mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Revert "decrease connect-timeout to 5s (backport #12876)"
This commit is contained in:
parent
5ecb8a12ee
commit
cb3c8bba70
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, 5, "connect-timeout",
|
this, 0, "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