pub const COALESCER_FRONTIER_WIDTH_LIMIT: usize = 10_000;
Bounded frontier width limit for the Coalescer. When the batch exceeds this threshold, aggressive transient lifecycle pruning is triggered.