From 0bb8aef259374d925fb8d65346fa4c48254d95a3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 8 Oct 2021 21:01:18 +0100 Subject: Drop parallel uploads to 1 As I think this could help with reliability. Once the Guile GnuTLS bindings are updated, this can potentially be increased. --- guix-build-coordinator/agent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm index b75fdca..7a967d8 100644 --- a/guix-build-coordinator/agent.scm +++ b/guix-build-coordinator/agent.scm @@ -104,7 +104,7 @@ metrics-file))) (define parallel-uploads - 3) + 1) (define upload-slots (make-vector parallel-uploads #f)) -- cgit v1.2.3