pub const MAX_HEADERS_IN_FLIGHT: usize = 1000;
Expand description

Maximum number of in-flight items at any given time. If we reach this limit, we will not request any more.