diff options
-rw-r--r-- | guix-qa-frontpage/server.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index dba8e61..3f84a08 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -858,6 +858,7 @@ has no patches or has been closed.") "https://data.qa.guix.gnu.org" metrics-registry)) (wait finished?)) + #:hz 0 #:parallelism 1))) (call-with-sigint @@ -887,5 +888,6 @@ has no patches or has been closed.") #:port port) (wait finished?)) - #:parallelism 2)) + #:hz 0 + #:parallelism 1)) finished?))) |