Constant cfx_parameters::light::MAX_PARALLEL_EPOCH_REQUESTS
source · pub const MAX_PARALLEL_EPOCH_REQUESTS: usize = 10;
Expand description
Maximum number of in-flight epoch requests at any given time.
Similar to MAX_HEADERS_IN_FLIGHT
. However, it is hard to match
hash responses to epoch requests, so we count the requests instead.