mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #12876 from Mic92/connect-timeout
decrease connect-timeout to 5s
This commit is contained in:
commit
ff328e1dad
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct FileTransferSettings : Config
|
||||||
{"binary-caches-parallel-connections"}};
|
{"binary-caches-parallel-connections"}};
|
||||||
|
|
||||||
Setting<unsigned long> connectTimeout{
|
Setting<unsigned long> connectTimeout{
|
||||||
this, 0, "connect-timeout",
|
this, 5, "connect-timeout",
|
||||||
R"(
|
R"(
|
||||||
The timeout (in seconds) for establishing connections in the
|
The timeout (in seconds) for establishing connections in the
|
||||||
binary cache substituter. It corresponds to `curl`’s
|
binary cache substituter. It corresponds to `curl`’s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue