We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241d8df + bd0b5c4 commit 09f8888Copy full SHA for 09f8888
config/nginx.conf.erb
@@ -67,7 +67,7 @@ http {
67
location ~ ^/api/v./crates/new$ {
68
proxy_pass http://app_server;
69
70
- limit_req zone=publish burst=10 nodelay;
+ limit_req zone=publish burst=30 nodelay;
71
limit_req_status 429;
72
}
73
0 commit comments