ONLINE_DELAY time reduction: 120 -> 20

This commit is contained in:
DevilXD
2024-09-15 16:28:01 +02:00
parent 1dd31e3f93
commit 06d495c026

View File

@@ -117,7 +117,7 @@ DEFAULT_LANG = "English"
# Intervals and Delays
PING_INTERVAL = timedelta(minutes=3)
PING_TIMEOUT = timedelta(seconds=10)
ONLINE_DELAY = timedelta(seconds=120)
ONLINE_DELAY = timedelta(seconds=20)
WATCH_INTERVAL = timedelta(seconds=20)
# Strings
WINDOW_TITLE = f"Twitch Drops Miner v{__version__} (by DevilXD)"