Skip to content

Commit bd0b5c4

Browse files
committed
Increase publish rate limit from 10 to 30
Connects to #1643.
1 parent 241d8df commit bd0b5c4

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)