pub type HugeBlockSize = BlockSize<1048576, 131072>;
Block size suitable for batch sending of tons of items
Each block will have 1 048 576 slots.
pub struct HugeBlockSize;