1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Revert "decrease connect-timeout to 5s (backport #12876)"

This commit is contained in:
Robert Hensing 2025-04-02 23:53:21 +02:00 committed by GitHub
parent 5ecb8a12ee
commit cb3c8bba70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ struct FileTransferSettings : Config
{"binary-caches-parallel-connections"}};
Setting<unsigned long> connectTimeout{
this, 5, "connect-timeout",
this, 0, "connect-timeout",
R"(
The timeout (in seconds) for establishing connections in the
binary cache substituter. It corresponds to `curl`s