- Add saveDocImmediate() for synchronous awaitable saves (no debounce) - Add SyncServer.flushAll() to iterate all in-memory docs - Fix eviction race: onDocEvict now uses saveDocImmediate instead of debounced saveDoc (which could fire after doc deleted from memory) - Add SIGTERM/SIGINT handlers with 10s timeout safety net - Add visibilitychange flush on client (reliable on mobile/bfcache) - Flush pending IDB saves in DocSyncManager.disconnect() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migration | ||
| backup-routes.ts | ||
| backup-store.ts | ||
| compute-server.ts | ||
| doc-persistence.ts | ||
| encryption-utils.ts | ||
| sync-server.ts | ||