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:
commit
2c42d33b5d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue