pub const FLUSH_BYTES: usize = _; // 67_108_864usizeExpand description
Buffered payload bytes that force a flush.
Not a memory limit — one object can exceed it on its own and is written anyway. It is what keeps a 2 GiB push from holding its whole resolved content in RAM before the first batch reaches the file.