pub const DEFAULT_SOFT_LIMIT_COUNT_HASHES_IN_GET_POOLED_TRANSACTIONS_REQUEST_ON_FETCH_PENDING_HASHES: usize = _; // 128usize
Expand description

Default soft limit for the number of hashes in a GetPooledTransactions request, when it is filled from hashes pending fetch.

Default is half of the SOFT_LIMIT_COUNT_HASHES_IN_GET_POOLED_TRANSACTIONS_REQUEST which by spec is 256 hashes, so 128 hashes.