pub const DEFAULT_MAX_CONCURRENT_STREAMS: u32 = u32::MAX; // 4_294_967_295u32
Expand description

Sets the SETTINGS_MAX_CONCURRENT_STREAMS option for HTTP2 connections.

Tonic default is no limit (None) which is the same as u32::MAX.