hydra-proxy: increase burst limit to allow charts to render
Martin Weinelt committed
Aug 14, 2025 at 13:51 UTC
815c4dfdefc11fba0aefaf047bf84f9bec9aa815
1 file changed
+1
-1
build/hydra-proxy.nix
+1
-1
@@ -81,7 +81,7 @@
81
locations."/" = {
82
proxyPass = "http://$upstream";
83
extraConfig = ''
84
- limit_req zone=hydra-server burst=5;
84
+ limit_req zone=hydra-server burst=7;
85
'';
86
};
87