| 78 | } |
| 79 | |
| 80 | export class WalCheckpointValve { |
| 81 | private timer: ReturnType<typeof setInterval> | null = null; |
| 82 | private inflight: Promise<void> | null = null; |
| 83 | /** Writer pause in progress (hard cap breached): passes loop until a full backfill. */ |
nothing calls this directly
no outgoing calls
no test coverage detected