diff options
author | Christopher Baines <mail@cbaines.net> | 2024-01-18 22:41:02 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-01-18 22:41:02 +0000 |
commit | a900a1c2ec31c6e8570d77285d500dba6afea5d5 (patch) | |
tree | fb1ad441875c25fcc003beeabb90e31fad83d27c | |
parent | b81e7ea9500ba67ef498e5669b6facfe7acd1600 (diff) | |
download | data-service-a900a1c2ec31c6e8570d77285d500dba6afea5d5.tar data-service-a900a1c2ec31c6e8570d77285d500dba6afea5d5.tar.gz |
Remove drain? #t from process job
As it now uses more fibers.
-rw-r--r-- | scripts/guix-data-service-process-job.in | 3 |
1 files changed, 1 insertions, 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))))) |