pub const REORDER_BUFFER_CAPACITY: usize = 100_000;
Maximum number of events the reorder buffer can hold before dropping.