diff --git a/eve_orehold_watcher.py b/eve_orehold_watcher.py index 12b9ddd..425fe8b 100644 --- a/eve_orehold_watcher.py +++ b/eve_orehold_watcher.py @@ -334,7 +334,7 @@ def run_ocr(cp): reset_pct = cp.getfloat("watcher", "reset_pct", fallback=50.0) cooldown = cp.getint("watcher", "cooldown_secs", fallback=120) # stall = hold not growing -> lasers/drones stopped (depleted rock, idle drones) - stall_secs = cp.getint("watcher", "stall_secs", fallback=150) + stall_secs = cp.getint("watcher", "stall_secs", fallback=75) status_secs = cp.getint("watcher", "status_secs", fallback=90) # live Discord readout region_s = cp.get("ocr", "region", fallback="").strip()