Skip to main content

MAX_INFLIGHT

Constant MAX_INFLIGHT 

Source
pub const MAX_INFLIGHT: usize = 32;
Expand description

How many requests one control connection may have in flight at once (#172), after which it answers ERR_TOO_MANY_INFLIGHT. Per connection, not per daemon.