diff options
author | Christopher Baines <mail@cbaines.net> | 2025-02-24 19:04:50 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-24 19:04:50 +0000 |
commit | 4782dcc6b6bbedfa6d1da03fc4e10d42ac767d5d (patch) | |
tree | 22eedb782cc1f785f7dc26ef9bcda4492e11c391 | |
parent | 8aa72265c7a602b78aa91442aa2fd5cd309b9ffd (diff) | |
download | qa-frontpage-4782dcc6b6bbedfa6d1da03fc4e10d42ac767d5d.tar qa-frontpage-4782dcc6b6bbedfa6d1da03fc4e10d42ac767d5d.tar.gz |
Increase patch-issues-to-show
As data.qa.guix.gnu.org might be able to handle more revisions.
-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 c666901..89d1ecb 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -151,7 +151,7 @@ (error "extraneous argument" arg)) defaults)) -(define patch-issues-to-show 150) +(define patch-issues-to-show 200) (setvbuf (current-output-port) 'line) (setvbuf (current-error-port) 'line) |