* 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
()
| 100 | * disk cache for next time. |
| 101 | */ |
| 102 | async 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. |
no test coverage detected