pub const COMMIT_TICK_INTERVAL: usize = 64;
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.