maxChunkSize

val maxChunkSize: Int = 400000

ZipResourceProvider tries to fit at least one file in a chunk. If a file is larger than "maxChunkSize" bytes, the file will be requested with multiple chunks.

Defaults to 400kB