Changeset d2b7247 in Klonkt for ecosystem.config.cjs
- Timestamp:
- 06/27/2026 09:53:29 PM (2 months ago)
- Branches:
- main
- Children:
- 907a013
- Parents:
- abdcf33
- File:
-
- 1 edited
-
ecosystem.config.cjs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecosystem.config.cjs
rabdcf33 rd2b7247 4 4 * Single fork (NOT cluster mode) because: 5 5 * - SqliteSessionStore is in-process: cluster workers wouldn't share sessions. 6 * - PrutterService.wsConnections is in-process: WS broadcast wouldn't reach7 * sockets attached to other workers.8 6 * - better-sqlite3 is synchronous and not designed for multi-process writes. 9 * If you ever need horizontal scaling, swap the session /Prutter stores for a10 * sharedbackend (Redis) first, then enable cluster mode.7 * If you ever need horizontal scaling, swap the session store for a shared 8 * backend (Redis) first, then enable cluster mode. 11 9 * 12 10 * Usage:
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)