Skip to main content

LARGE_FILE_THRESHOLD

Constant LARGE_FILE_THRESHOLD 

Source
pub const LARGE_FILE_THRESHOLD: u64 = _; // 10_485_760u64
Expand 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.