Expand description
Writer-side spill policy: threshold-based, spills the middle of the queue.
Structs§
- Threshold
- A threshold-based
SpillPolicy: when a queue’s resident-byte count exceedshead_reserve_bytes + threshold_bytes, spill all entries past the head reserve (except the last entry, which stays as thetry_mergetarget).