diff options
author | Christopher Baines <mail@cbaines.net> | 2023-05-10 11:06:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-05-10 11:06:20 +0100 |
commit | 98c393164167e9a5a205f7dffa966992a71925ae (patch) | |
tree | a47843248662d62d621429a8da144b4fedc0b1b4 /doc | |
parent | 5ff8ec12ef25eb794a598185cf7ccb7f2359f105 (diff) |
services: guix-build-coordinator-agent: Support max-parallel-uploads.
This should be usable with the new guile-gnutls.
* gnu/services/guix.scm
(guix-build-coordinator-agent-configuration-max-parallel-uploads): New
procedure.
* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Use
the new argument.
* doc/guix.texi (Guix Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a7be6c8712..ef2b78baeb 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -37257,6 +37257,9 @@ will use the current system it's running on as the default. @item @code{max-parallel-builds} (default: @code{1}) The number of builds to perform in parallel. +@item @code{max-parallel-uploads} (default: @code{1}) +The number of uploads to perform in parallel. + @item @code{max-allocated-builds} (default: @code{#f}) The maximum number of builds this agent can be allocated. |