Skip to main content

FOLD_EVERY_K

Constant FOLD_EVERY_K 

Source
pub const FOLD_EVERY_K: usize = 64;
Expand description

Fold trigger: every K commits, the overlay is cloned into a new FrozenOverlay and delta_tail is reset. The tail length is always ≤ K−1.