diff options
author | Christopher Baines <mail@cbaines.net> | 2025-06-11 11:07:14 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-06-11 11:07:14 +0100 |
commit | eef04707c112ea57b8ab2ee80f4b40a5600f52c4 (patch) | |
tree | bff477c8f22263c99b05aa4d87a2b6591cbd291b | |
parent | 8243c507e931f8aeb5c6633b689619b336908d57 (diff) | |
download | qa-frontpage-eef04707c112ea57b8ab2ee80f4b40a5600f52c4.tar qa-frontpage-eef04707c112ea57b8ab2ee80f4b40a5600f52c4.tar.gz |
Drop the number of patch issues to show
And create branches for, since data.qa.guix.gnu.org is running out of
space. I'm not sure this'll help, but it might reduce pressure on the
machine.
-rw-r--r-- | scripts/guix-qa-frontpage.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in index 45ed3a4..12d65b2 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -152,7 +152,7 @@ (error "extraneous argument" arg)) defaults)) -(define patch-issues-to-show 200) +(define patch-issues-to-show 100) (setvbuf (current-output-port) 'line) (setvbuf (current-error-port) 'line) |