pub const DEFAULT_MAX_COUNT_PENDING_POOL_IMPORTS: usize = SOFT_LIMIT_COUNT_HASHES_IN_NEW_POOLED_TRANSACTIONS_BROADCAST_MESSAGE; // 4_096usize
Expand description

Default maximum pending pool imports to tolerate.

Default is equivalent to the number of hashes in one full announcement, which is spec’d at 4096 hashes, so 4096 pending pool imports.