From 7914e998a4da0c211f9d7bd03e5141f070e120d3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 27 May 2022 14:23:18 +0100 Subject: 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. --- scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3