Skip to main content

DEFAULT_EVENT_BUFFER_CAPACITY

Constant DEFAULT_EVENT_BUFFER_CAPACITY 

Source
pub const DEFAULT_EVENT_BUFFER_CAPACITY: usize = 512;
Expand description

Default capacity of the per-session event broadcast buffer backing Session::subscribe and PreparedSession::subscribe.

Override per session with SessionConfig::event_buffer_capacity or ResumeSessionConfig::event_buffer_capacity.