2023-01-29 19:14:55 -05:00
|
|
|
import Config
|
|
|
|
|
|
|
|
config :logger,
|
2023-05-06 14:00:06 -04:00
|
|
|
level: :info,
|
2023-01-29 19:14:55 -05:00
|
|
|
truncate: 4096
|
|
|
|
|
|
|
|
config :chessh, RateLimits,
|
|
|
|
jail_timeout_ms: 5 * 60 * 1000,
|
|
|
|
jail_attempt_threshold: 15,
|
|
|
|
max_concurrent_user_sessions: 5,
|
|
|
|
player_session_message_burst_ms: 750,
|
|
|
|
player_session_message_burst_rate: 8
|