pub(crate) const NUM_FILES_IN_PARALLEL: usize = 4;
How many files to process in parallel at most. This is to avoid using too much RAM.