From a900a1c2ec31c6e8570d77285d500dba6afea5d5 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 18 Jan 2024 22:41:02 +0000 Subject: Remove drain? #t from process job As it now uses more fibers. --- scripts/guix-data-service-process-job.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/guix-data-service-process-job.in b/scripts/guix-data-service-process-job.in index 633d8db..df6142e 100644 --- a/scripts/guix-data-service-process-job.in +++ b/scripts/guix-data-service-process-job.in @@ -81,5 +81,4 @@ #:skip-system-tests? (assq-ref opts 'skip-system-tests) #:parallelism (assq-ref opts 'parallelism))) #:hz 0 - #:parallelism 1 - #:drain? #t))))) + #:parallelism 1))))) -- cgit v1.2.3