guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/13: Remove drain? #t from process job


From: Christopher Baines
Subject: 12/13: Remove drain? #t from process job
Date: Fri, 19 Jan 2024 04:57:48 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit a900a1c2ec31c6e8570d77285d500dba6afea5d5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jan 18 22:41:02 2024 +0000

    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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]