openclaw/src/web
Peter Steinberger 4c4a08fade Increase watchdog timeout to 30 minutes
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.
2025-11-30 18:03:19 +00:00
..
auto-reply.test.ts feat: same-phone mode with echo detection and configurable marker 2025-11-29 04:52:21 +00:00
auto-reply.ts Increase watchdog timeout to 30 minutes 2025-11-30 18:03:19 +00:00
inbound.media.test.ts Fix test isolation to prevent loading real user config 2025-11-30 18:00:57 +00:00
inbound.test.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
inbound.ts Add auto-recovery from stuck WhatsApp sessions 2025-11-30 17:53:32 +00:00
login.coverage.test.ts docs: finalize web refactor and coverage 2025-11-26 02:54:43 +01:00
login.test.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
login.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
logout.test.ts chore: commit pending cli/web test tweaks 2025-11-26 02:19:45 +01:00
media.test.ts fix(media): sniff mime and keep extensions 2025-11-28 08:07:53 +01:00
media.ts fix(media): sniff mime and keep extensions 2025-11-28 08:07:53 +01:00
monitor-inbox.test.ts Fix test isolation to prevent loading real user config 2025-11-30 18:00:57 +00:00
outbound.test.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
outbound.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
reconnect.test.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
reconnect.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
session.test.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
session.ts Heartbeat defaults and ws guard; format 2025-11-27 18:37:30 +01:00
test-helpers.ts Fix test isolation to prevent loading real user config 2025-11-30 18:00:57 +00:00