mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
8 lines
269 B
Markdown
8 lines
269 B
Markdown
---
|
|
synopsis: "Increase retry delays on HTTP 429 Too Many Requests"
|
|
issues:
|
|
prs: [13052]
|
|
---
|
|
|
|
When downloading Nix, the retry delay was previously set to 0.25 seconds. It has now been increased to 1 minute to better handle transient CI errors, particularly on GitHub.
|
|
|