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

View File

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