Skip to content

Commit 09f8888

Browse files
committed
Auto merge of #1644 - integer32llc:increase-rate-limit, r=carols10cents
Increase publish rate limit from 10 to 30 Connects to #1643. I'm going to merge and deploy this once it passes CI to unblock @behnam from publishing.
2 parents 241d8df + bd0b5c4 commit 09f8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ http {
6767
location ~ ^/api/v./crates/new$ {
6868
proxy_pass http://app_server;
6969

70-
limit_req zone=publish burst=10 nodelay;
70+
limit_req zone=publish burst=30 nodelay;
7171
limit_req_status 429;
7272
}
7373
}

0 commit comments

Comments
 (0)