mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-27 15:39:38 +00:00
ONLINE_DELAY time reduction: 120 -> 20
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user