Skip to content

Commit

Permalink
re-enable rate limits to prevent network overload
Browse files Browse the repository at this point in the history
  • Loading branch information
dealloc committed Mar 30, 2024
1 parent 8d9d0e8 commit ffea9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kill_signal = 'SIGTERM'
[env]
PHX_HOST = 'helldivers-2.fly.dev'
PORT = '8080'
RATE_LIMIT_MAX_REQUESTS = "0"
RATE_LIMIT_MAX_REQUESTS = "500"
RATE_LIMIT_INTERVAL = "60"
ENABLE_IPV6 = 'true'

Expand Down

0 comments on commit ffea9d9

Please sign in to comment.