Constant DEFAULT_MAX_CAPACITY_CACHE_PENDING_FETCH
pub const DEFAULT_MAX_CAPACITY_CACHE_PENDING_FETCH: u32 = _; // 25_600u32
Expand description
Default limit for number of transactions waiting for an idle peer to be fetched from.
Default is 100 times the SOFT_LIMIT_COUNT_HASHES_IN_GET_POOLED_TRANSACTIONS_REQUEST
,
which defaults to 256 hashes, so 25 600 hashes.