MIN_FOLD_BYTES

Constant MIN_FOLD_BYTES 

Source
pub const MIN_FOLD_BYTES: usize = 1024;
Expand description

Minimum size after folding (1024 bytes = 1KB).

This prevents over-folding which causes correlated bits (from common items like popular packages) to concentrate and create hot spots with high false positive rates.