From 47d3f28f16bdd1eb7ad99b91f7963fd2c4b8f9bf Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 1 Feb 2023 22:55:06 -0700 Subject: Discord threads (#16) * Add initial support for discord threads * Finish thread creation --- config/config.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/config.exs') diff --git a/config/config.exs b/config/config.exs index e732049..5ada6e6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -15,7 +15,7 @@ config :chessh, RateLimits, player_public_keys: 15, create_game_ms: 60 * 1000, create_game_rate: 3, - discord_notification_rate: 3, + discord_notification_rate: 30, discord_notification_rate_ms: 1000 config :chessh, Web, @@ -24,8 +24,8 @@ config :chessh, Web, discord_scope: "identify" config :chessh, DiscordNotifications, - game_move_notif_delay_ms: 3 * 60 * 1000, - game_created_notif_delay_ms: 30 * 1000, + game_move_notif_delay_ms: 10 * 1000, + game_created_notif_delay_ms: 10 * 1000, reschedule_delay: 5 * 1000 config :joken, default_signer: "secret" -- cgit v1.2.3-70-g09d2