diff --git a/constants.py b/constants.py index 8dea3d2..827cd30 100644 --- a/constants.py +++ b/constants.py @@ -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)"