Constant mz_segment::MAX_PENDING_EVENTS
source ยท pub(crate) const MAX_PENDING_EVENTS: usize = 32_768;
Expand description
The maximum number of undelivered events. Once this limit is reached, new events will be dropped.
pub(crate) const MAX_PENDING_EVENTS: usize = 32_768;
The maximum number of undelivered events. Once this limit is reached, new events will be dropped.