Increase game creation rate to 3

This commit is contained in:
Logan Hunt 2023-01-31 19:42:46 -07:00
parent d5cb570e2a
commit e4c387d7a5
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -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",