maxArchiveBytes top-level constant
int
const maxArchiveBytes
Cap on the on-disk size of an archive read into memory for indexing (omp's MAX_TAR_ARCHIVE_BYTES, applied to every format here because all decoding is in-memory).
Implementation
const maxArchiveBytes = 256 * 1024 * 1024;