mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
binary-caches-parallel-connections -> http-connections
This commit is contained in:
parent
4222402219
commit
562585e901
2 changed files with 4 additions and 3 deletions
|
@ -216,8 +216,9 @@ public:
|
|||
Setting<Strings> secretKeyFiles{this, {}, "secret-key-files",
|
||||
"Secret keys with which to sign local builds."};
|
||||
|
||||
Setting<size_t> binaryCachesParallelConnections{this, 25, "binary-caches-parallel-connections",
|
||||
"Number of parallel connections to binary caches."};
|
||||
Setting<size_t> binaryCachesParallelConnections{this, 25, "http-connections",
|
||||
"Number of parallel HTTP connections.",
|
||||
{"binary-caches-parallel-connections"}};
|
||||
|
||||
Setting<bool> enableHttp2{this, true, "enable-http2",
|
||||
"Whether to enable HTTP/2 support."};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue