pub const DEFAULT_MAX_COUNT_CONCURRENT_OUTBOUND_DIALS: usize = 15;
Expand description

Maximum number of available slots for concurrent outgoing dials.

This restricts how many outbound dials can be performed concurrently.