Skip to content

Commit

Permalink
feat: increase rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 22, 2025
1 parent 996b698 commit 6cba951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ http {
location /graphql/v1beta {
access_log /dev/stdout pokeapilogformat if=$only_post;
include /ssl/cache.conf*;
limit_req zone=graphqlDefaultLimit burst=100 nodelay;
limit_req zone=graphqlDefaultLimit burst=200 nodelay;
limit_req_status 429;
expires 30m;
add_header Cache-Control "public";
Expand Down

0 comments on commit 6cba951

Please sign in to comment.