From 2bd03144daebfc0b43e32a4663ddc29cf7ad2f26 Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 3 Feb 2023 12:58:19 -0700 Subject: Increase move notificatino delay, decrease creation notification delay, and surround username in quotes for ssh config --- config/config.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/config.exs b/config/config.exs index 5ada6e6..bac2e14 100644 --- a/config/config.exs +++ b/config/config.exs @@ -24,9 +24,9 @@ config :chessh, Web, discord_scope: "identify" config :chessh, DiscordNotifications, - game_move_notif_delay_ms: 10 * 1000, - game_created_notif_delay_ms: 10 * 1000, - reschedule_delay: 5 * 1000 + game_move_notif_delay_ms: 20 * 1000, + game_created_notif_delay_ms: 5 * 1000, + reschedule_delay: 3 * 1000 config :joken, default_signer: "secret" -- cgit v1.2.3-70-g09d2