(n: number)
| 125 | private readonly log: (msg: string) => void; |
| 126 | |
| 127 | private mb(n: number): string { |
| 128 | return `${Math.round(n / 1024 / 1024)}MB`; |
| 129 | } |
| 130 | |
| 131 | /** Un-backfilled growth estimate: bytes the WAL has grown past the last full backfill. */ |
| 132 | private growthBytes(): number { |
no outgoing calls
no test coverage detected