Constant OFFLINE_QUEUE_LIMIT
const OFFLINE_QUEUE_LIMIT: usize = 1024;Expand description
Maximum operations buffered while offline before new ones are rejected
with Error::QueueFull, bounding memory during a long outage.
const OFFLINE_QUEUE_LIMIT: usize = 1024;Maximum operations buffered while offline before new ones are rejected
with Error::QueueFull, bounding memory during a long outage.