Skip to content

Commit

Permalink
Revert "ONLINE_DELAY time reduction: 120 -> 20"
Browse files Browse the repository at this point in the history
This reverts commit 06d495c.
  • Loading branch information
DevilXD committed Dec 25, 2024
1 parent 651d73a commit 1cd408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _merge_vars(base_vars: JsonType, vars: JsonType) -> None:
# Intervals and Delays
PING_INTERVAL = timedelta(minutes=3)
PING_TIMEOUT = timedelta(seconds=10)
ONLINE_DELAY = timedelta(seconds=20)
ONLINE_DELAY = timedelta(seconds=120)
WATCH_INTERVAL = timedelta(seconds=20)
# Strings
WINDOW_TITLE = f"Twitch Drops Miner v{__version__} (by DevilXD)"
Expand Down

0 comments on commit 1cd408f

Please sign in to comment.