Skip to main content

COMMIT_TICK_INTERVAL

Constant COMMIT_TICK_INTERVAL 

Source
pub const COMMIT_TICK_INTERVAL: usize = 64; // 64usize
Expand description

Redraw the live line at most once per this many completed units, so a large operation doesn’t spend its time flushing the terminal. Matches the historic import cadence.