pub const ESTIMATED_PROGRESS_CEILING: f64 = 0.99;Expand description
The progress bar never reports more than this from an estimate, so a source that encodes a little larger than predicted shows 99% until the last byte rather than 104% — completion is the worker’s to announce.