be more lax with the ssh message rate limit
This commit is contained in:
parent
f6fbffab85
commit
750531368b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user