aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-10-08 21:01:18 +0100
committerChristopher Baines <mail@cbaines.net>2021-10-08 21:01:18 +0100
commit0bb8aef259374d925fb8d65346fa4c48254d95a3 (patch)
tree37a9b4661cf1765bf0ebc75bf37be3ac4bd510b8
parent0eb708c8117db8ca849348c3cfc4981948944800 (diff)
downloadbuild-coordinator-0bb8aef259374d925fb8d65346fa4c48254d95a3.tar
build-coordinator-0bb8aef259374d925fb8d65346fa4c48254d95a3.tar.gz
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.
-rw-r--r--guix-build-coordinator/agent.scm2
1 files changed, 1 insertions, 1 deletions
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))