Increase game creation rate to 3
This commit is contained in:
parent
d5cb570e2a
commit
e4c387d7a5
@ -14,7 +14,7 @@ config :chessh, RateLimits,
|
|||||||
player_session_message_burst_rate: 8,
|
player_session_message_burst_rate: 8,
|
||||||
player_public_keys: 15,
|
player_public_keys: 15,
|
||||||
create_game_ms: 60 * 1000,
|
create_game_ms: 60 * 1000,
|
||||||
create_game_rate: 2
|
create_game_rate: 3
|
||||||
|
|
||||||
config :chessh, Web,
|
config :chessh, Web,
|
||||||
discord_oauth_login_url: "https://discord.com/api/oauth2/token",
|
discord_oauth_login_url: "https://discord.com/api/oauth2/token",
|
||||||
|
Loading…
Reference in New Issue
Block a user