From e4c387d7a5f5cda17ea5a8eb58b998f553821ea3 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 31 Jan 2023 19:42:46 -0700 Subject: [PATCH] Increase game creation rate to 3 --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",