diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 19:42:46 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 19:42:46 -0700 |
commit | e4c387d7a5f5cda17ea5a8eb58b998f553821ea3 (patch) | |
tree | 3a47c8129fbaf1df8af644ed0b1fb403768b540c | |
parent | d5cb570e2af78f4be9b2f63448e23df5a4f2b03d (diff) | |
download | chessh-e4c387d7a5f5cda17ea5a8eb58b998f553821ea3.tar.gz chessh-e4c387d7a5f5cda17ea5a8eb58b998f553821ea3.zip |
Increase game creation rate to 3
-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 4d32140..a794bb7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -14,7 +14,7 @@ config :chessh, RateLimits, player_session_message_burst_rate: 8, player_public_keys: 15, create_game_ms: 60 * 1000, - create_game_rate: 2 + create_game_rate: 3 config :chessh, Web, discord_oauth_login_url: "https://discord.com/api/oauth2/token", |