pub const DEFAULT_BUDGET_FIND_INTERSECTION_ANNOUNCED_BY_PEER_AND_PENDING_FETCH: usize = _; // 1_600usize
Expand description

Default budget for finding hashes in the intersection of transactions announced by a peer and in the cache of hashes pending fetch, when said search is budget constrained.

Default is an eight of DEFAULT_MAX_COUNT_PENDING_FETCH, which defaults to 12 800 hashes (the ideal max number of hashes pending fetch), so a search breadth of 1 600 lru hashes in the pending hashes cache.