mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
The workspace watcher watched all of ~/.rowboat recursively. Chokidar v4 (no fsevents) holds one OS watch handle per file, and internal state dirs (runs-archive, storage/turns, engines, ...) grow unboundedly with usage — ~20k open fds on a 1.1G workdir, crashing the app with EMFILE once the fd limit is hit. Only watch the roots whose change events actually have consumers: knowledge, bases, inbox_lists, gmail_sync, calendar_sync, bg-tasks and config/agent-schedule.json — with .git ignored (knowledge/ is a git repo). |
||
|---|---|---|
| .. | ||
| core | ||
| shared | ||