aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-28 09:21:22 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-28 09:21:22 +0100
commitf6716c91bbc363fe7d6785033beb3be3b4302f91 (patch)
treed95f67bdd05a12540e3caf9b4646293899b50179
parent5d953a046d421851b915278cc377ae03f059d8a7 (diff)
downloadbuild-coordinator-f6716c91bbc363fe7d6785033beb3be3b4302f91.tar
build-coordinator-f6716c91bbc363fe7d6785033beb3be3b4302f91.tar.gz
Increase the planned builds for agents
As the allocator is so slow at the moment, that agents are running out of work.
-rw-r--r--guix-build-coordinator/build-allocator.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build-coordinator/build-allocator.scm b/guix-build-coordinator/build-allocator.scm
index e7061b0..d3030f5 100644
--- a/guix-build-coordinator/build-allocator.scm
+++ b/guix-build-coordinator/build-allocator.scm
@@ -26,7 +26,7 @@
(define* (basic-build-allocation-strategy datastore
#:key
- (planned-builds-for-agent-limit 128))
+ (planned-builds-for-agent-limit 2048))
(define (log . args)
(when #f
(simple-format #t "allocator: ~A\n"