1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

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

decrease connect-timeout to 5s (backport #12876)
This commit is contained in:
mergify[bot] 2025-04-02 21:39:44 +00:00 committed by GitHub
commit 5ecb8a12ee
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"}}; {"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