diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-09 10:43:20 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-09 10:43:20 -0600 |
| commit | f6fbffab85acf256c49caed991314058c931cb8f (patch) | |
| tree | ea490fd7b982f89f6f8c73cce49a155dbf7fda9d /config | |
| parent | 639b4ac9dc9ca368a9d924821feab33eca24c66e (diff) | |
| download | chessh-f6fbffab85acf256c49caed991314058c931cb8f.tar.gz chessh-f6fbffab85acf256c49caed991314058c931cb8f.zip | |
add colors to chatssh
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 2 | ||||
| -rw-r--r-- | config/prod.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index 33f88cb..097d3cd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -12,7 +12,7 @@ config :chessh, RateLimits, jail_attempt_threshold: 15, max_concurrent_user_sessions: 5, player_session_message_burst_ms: 500, - player_session_message_burst_rate: 8, + player_session_message_burst_rate: 10, player_public_keys: 15, create_game_ms: 60 * 1000, create_game_rate: 3, diff --git a/config/prod.exs b/config/prod.exs index 71275ea..4f80997 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -8,5 +8,5 @@ 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_ms: 500, player_session_message_burst_rate: 8 |
