diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-13 21:07:00 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-13 21:07:00 -0700 |
commit | a607da7918f1611a503d1e0e566883bc352c406e (patch) | |
tree | ba8d50adafb8b3585eb2fea7de0e27f8153db867 /config | |
parent | ea51b89dc611bd747044d4773865fa1f6c15fcd8 (diff) | |
download | chessh-a607da7918f1611a503d1e0e566883bc352c406e.tar.gz chessh-a607da7918f1611a503d1e0e566883bc352c406e.zip |
Decrease burst ms again, fix insertion error with player session when using public key
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 2e20647..ad54ebf 100644 --- a/config/config.exs +++ b/config/config.exs @@ -15,7 +15,7 @@ config :chessh, RateLimits, jail_timeout_ms: 5 * 60 * 1000, jail_attempt_threshold: 15, max_concurrent_user_sessions: 5, - player_session_message_burst_ms: 1_000, + player_session_message_burst_ms: 500, player_session_message_burst_rate: 8 import_config "#{config_env()}.exs" |