const SPILL_IN_FLIGHT_MAX: usize = 64;Available on Unix and crate feature
pool only.Expand description
Beyond this many queued or in-flight spill entries, eviction degrades to inline on the caller: bounded memory overshoot under burst beats an unbounded queue of still-resident chunks.