Skip to main content

DEFAULT_BUS_CAPACITY

Constant DEFAULT_BUS_CAPACITY 

Source
pub const DEFAULT_BUS_CAPACITY: usize = 1024;
Expand description

Default channel capacity. Large enough to absorb burst traffic from 3 Mbaud ports while keeping memory bounded; lagging subscribers see broadcast::error::RecvError::Lagged and can resync.