Skip to main content

MAX_CONNECTIONS

Constant MAX_CONNECTIONS 

Source
pub const MAX_CONNECTIONS: usize = 32;
Expand description

Concurrent connections. Beyond this, new connections are accepted and immediately answered 503 rather than queued — an agent daemon that stops responding under load is worse than one that says it is busy.