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

doc/rl-next: retry-on-http-429

This commit is contained in:
Jörg Thalheim 2025-05-14 23:51:16 +02:00
parent bfecd13e9b
commit bc774d4365

View file

@ -0,0 +1,8 @@
---
synopsis: "Increase retry delays on Http 429"
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.