diff options
author | Christopher Baines <mail@cbaines.net> | 2023-03-15 12:46:06 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-15 12:46:06 +0000 |
commit | daccc0ce970916cf75981824b66be1a142626818 (patch) | |
tree | 9f41660e22cd35f6265470edd4abb7f7804ce530 /guix-qa-frontpage | |
parent | bfa1958d986cc5f610d5d65b629af84614f29d07 (diff) | |
download | qa-frontpage-daccc0ce970916cf75981824b66be1a142626818.tar qa-frontpage-daccc0ce970916cf75981824b66be1a142626818.tar.gz |
Increase the number of patch series to show/process
Also increase the parallelism for refreshing the data.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/server.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index ce4b9ee..b14b106 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -532,7 +532,7 @@ port. Also, the port used can be changed by passing the --port option.\n" (update-repository!) (n-par-for-each - 4 + 5 (lambda (series) (with-exception-handler (lambda (exn) |