pub const BLOOM_FILTER_CAPACITY: u64 = 5_000_000;
Capacity of the Bloom filter for duplicate detection.