chunkCacheSize

val chunkCacheSize: Int = 16000000

The size of the chunk cache in bytes. A value of less than or equal to 0 will disable caching of chunks.

When streaming the Zip file over internet, it is recommended to increase this option to prevent downloading the same chunk twice.

Defaults to 16 MB (16000000)