From fca08d8b34e0a67346e7b8f1674d95a12f6a40ab Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 16:43:52 +0000 Subject: [PATCH] publish eve_orehold_watcher.py --- eve_orehold_watcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()