diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-04-22 23:32:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 23:32:55 -0600 |
commit | f5773f606a738e092845597f2af77e9602b06552 (patch) | |
tree | f5611aa4fef4c5d972f18451e2127762ffd54bd7 /config/config.exs | |
parent | fb1825e964ee5ebb8427c56eaa34e9437c56c5ab (diff) | |
download | chessh-f5773f606a738e092845597f2af77e9602b06552.tar.gz chessh-f5773f606a738e092845597f2af77e9602b06552.zip |
README changes, create thread on join, update package-lock (#21)
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index c11b753..11c0a93 100644 --- a/config/config.exs +++ b/config/config.exs @@ -26,6 +26,7 @@ config :chessh, Web, config :chessh, DiscordNotifications, game_move_notif_delay_ms: 0, game_created_notif_delay_ms: 15_000, + game_player_joined_notif_delay_ms: 0, reschedule_delay: 3 * 1000 config :joken, default_signer: "secret" |