Constant NUM_FILES_IN_PARALLEL

Source
pub(crate) const NUM_FILES_IN_PARALLEL: usize = 4;
Expand description

How many files to process in parallel at most. This is to avoid using too much RAM.