Skip to content

Commit

Permalink
Increase global rate limit maxRequests to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Sep 16, 2024
1 parent ee8b7ca commit 2f88caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ customHostnames:
- 'dsc.mom'
globalRateLimit:
enabled: true
maxRequests: 30
maxRequests: 60
perMinutes: 1
cleanUpIntervalInMinutes: 2.5
emojisDenyReasons:
Expand Down

0 comments on commit 2f88caf

Please sign in to comment.