mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
025c6d6fec
Agent heartbeats (every 10s from 13 agents) were creating empty session files because session_start() ran unconditionally. Over months this produced millions of 0-byte files in the session directory, causing PHP session GC to hang and making all browser API calls intermittently timeout (panels show offline/empty). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>