MCPcopy Create free account
hub / github.com/Noumena-Network/code / isMultiSessionSpawnEnabled

Function isMultiSessionSpawnEnabled

src/bridge/bridgeMain.ts:102–104  ·  view source on GitHub ↗

* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of ncode_ccr_bridge_multi_environment (multiple envs per host:dir) — * this one enables multiple sessions per environment. * Rollout staged via targeting rules: ants first, then gradual ext

()

Source from the content-addressed store, hash-verified

100 * disk cache for next time.
101 */
102async function isMultiSessionSpawnEnabled(): Promise<boolean> {
103 return checkGate_CACHED_OR_BLOCKING('ncode_ccr_bridge_multi_session')
104}
105
106/**
107 * Returns the threshold for detecting system sleep/wake in the poll loop.

Callers 2

printHelpFunction · 0.85
bridgeMainFunction · 0.85

Calls 1

Tested by

no test coverage detected