()
| 20 | export const SESSION_GRACE_MS = 30 * 60 * 1000 |
| 21 | |
| 22 | export 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 |
no outgoing calls
no test coverage detected