diff options
author | Christopher Baines <mail@cbaines.net> | 2022-05-27 14:23:18 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-05-27 14:23:18 +0100 |
commit | 7914e998a4da0c211f9d7bd03e5141f070e120d3 (patch) | |
tree | cb748c70a520a49443cc327f5bd3d7fc22857b1f /scripts | |
parent | 7f4a317cea571bd9ba9a171a2669300ca8d2ca38 (diff) | |
download | build-coordinator-7914e998a4da0c211f9d7bd03e5141f070e120d3.tar build-coordinator-7914e998a4da0c211f9d7bd03e5141f070e120d3.tar.gz |
Drop the default number of threads for queuing builds to 1
This isn't that helpful now that the requests can be cut down by filtering by
the presence of builds in the data service.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in index da985dc..01c301f 100644 --- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in +++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in @@ -301,7 +301,7 @@ (guix-data-service . "https://data.guix.gnu.org") (processed-commits-file . "processed-revisions") (fetch-channel-instance-derivations . #t) - (threads . 4))) + (threads . 1))) (define (parse-options options defaults args) (args-fold |