Changeset d2b7247 in Klonkt for ecosystem.config.cjs


Ignore:
Timestamp:
06/27/2026 09:53:29 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
907a013
Parents:
abdcf33
Message:

chore(branding): stale product names in comments + deploy templates -> Klonkt

Cosmetic only — comments (CSS/EJS/SQL/ecosystem.config.cjs headers) and the deploy/ doc
templates: old names (PrutCMS/PrutFolio) -> Klonkt, stale Prutter (removed DM feature) mentions
dropped, deploy/ Dutch comments translated to English. No code, identifiers, rendered strings,
package name, PWA id, real infra paths, or roboburr refs touched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecosystem.config.cjs

    rabdcf33 rd2b7247  
    44 * Single fork (NOT cluster mode) because:
    55 *  - SqliteSessionStore is in-process: cluster workers wouldn't share sessions.
    6  *  - PrutterService.wsConnections is in-process: WS broadcast wouldn't reach
    7  *    sockets attached to other workers.
    86 *  - better-sqlite3 is synchronous and not designed for multi-process writes.
    9  * If you ever need horizontal scaling, swap the session/Prutter stores for a
    10  * shared backend (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.
    119 *
    1210 * Usage:
Note: See TracChangeset for help on using the changeset viewer.