TX_BUCKET_SIZE

Constant TX_BUCKET_SIZE 

Source
pub const TX_BUCKET_SIZE: u64 = 65_536;
Expand description

Number of consecutive tx_seq values represented by one bucket. Sized to keep individual bitmaps small (~8 KiB at worst-case density) and the per-row read cost predictable.