Merge pull request #3163 from quay/increase-api-burst

Increase burst rate on API rate limit to allow security scan info to be loaded
This commit is contained in:
Joseph Schorr 2018-07-18 15:25:05 -04:00 committed by GitHub
commit 2c42d33b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ location ~ ^/cnr {
location ~ ^/api { location ~ ^/api {
proxy_pass http://web_app_server; proxy_pass http://web_app_server;
limit_req zone=api burst=5; limit_req zone=api burst=25;
} }
location ~ ^/api/suconfig { location ~ ^/api/suconfig {