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.