PENDING_BUFFER_CAP

Constant PENDING_BUFFER_CAP 

Source
pub const PENDING_BUFFER_CAP: usize = 64;
Expand description

Maximum number of frames buffered while the host is disconnected. On overflow, the oldest frame is dropped; if it was a Command, Event::SagaFailed is emitted for the saga whose dispatch was lost. See spec §3.9.