be more lax with the ssh message rate limit

This commit is contained in:
Elizabeth Hunt 2023-10-09 13:29:43 -06:00 committed by GitHub
parent f6fbffab85
commit 750531368b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@ config :chessh, RateLimits,
jail_timeout_ms: 5 * 60 * 1000, jail_timeout_ms: 5 * 60 * 1000,
jail_attempt_threshold: 15, jail_attempt_threshold: 15,
max_concurrent_user_sessions: 5, max_concurrent_user_sessions: 5,
player_session_message_burst_ms: 500, player_session_message_burst_ms: 400,
player_session_message_burst_rate: 8 player_session_message_burst_rate: 11