mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-25 03:01:35 +03:00
c5677df56e
Changed from 10 to 30 minutes to avoid false positives when heartbeatMinutes is set to 10. The watchdog should be significantly longer than the heartbeat interval to account for: - Network latency - Slow command responses - Brief connection hiccups With heartbeatMinutes=10, a 30-minute watchdog gives 3x buffer before triggering auto-restart.