diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 6 |
1 files changed, 3 insertions, 3 deletions
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" |