pub const CONFIRMATION_THRESHOLD: usize = 30_000;
Threshold for prompting user confirmation before indexing. When encoding more than this many units, prompt the user unless auto_confirm is set.