pub const LARGE_FILE_THRESHOLD: u64 = _; // 10_485_760u64Expand description
Minimum file size (10 MB) for which a progress bar is shown.
Files smaller than this threshold use a hidden progress bar so that
the caller code can call pb.inc() without any visible output.