1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #12900 from NixOS/revert-12892-mergify/bp/2.27-maintenance/pr-12876

Revert "decrease connect-timeout to 5s (backport #12876)"
This commit is contained in:
Eelco Dolstra 2025-04-03 09:26:45 +02:00 committed by GitHub
commit 635a9975fd
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