mirror of
https://github.com/NixOS/nix.git
synced 2025-12-20 16:01:07 +01:00
7 lines
308 B
Markdown
7 lines
308 B
Markdown
---
|
|
synopsis: "Reduce connect timeout for http substituter"
|
|
issues:
|
|
prs: [12876]
|
|
---
|
|
|
|
Previously, the Nix setting `connect-timeout` had no limit. It is now set to `5s`, offering a more practical default for users self-hosting binary caches, which may occasionally become unavailable, such as during updates.
|