MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / isWaitingRoomEnabled

Function isWaitingRoomEnabled

web/src/server/free-session/config.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20export const SESSION_GRACE_MS = 30 * 60 * 1000
21
22export function isWaitingRoomEnabled(): boolean {
23 return env.FREEBUFF_WAITING_ROOM_ENABLED
24}
25
26/** Per-account override on top of the global kill switch. The internal
27 * `team@codebuff.com` account drives e2e tests in CI; landing it in the

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected