summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-01-31 19:42:46 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-01-31 19:42:46 -0700
commite4c387d7a5f5cda17ea5a8eb58b998f553821ea3 (patch)
tree3a47c8129fbaf1df8af644ed0b1fb403768b540c
parentd5cb570e2af78f4be9b2f63448e23df5a4f2b03d (diff)
downloadchessh-e4c387d7a5f5cda17ea5a8eb58b998f553821ea3.tar.gz
chessh-e4c387d7a5f5cda17ea5a8eb58b998f553821ea3.zip
Increase game creation rate to 3
-rw-r--r--config/config.exs2
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",