1
0
Fork 0

adding compression level back

pull/1700/head
Vallie Joseph 2024-03-28 19:48:15 +00:00
parent 9322468ef0
commit bc893bf1b4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function createZipUploadStream(
)
const zlibOptions = {
zlib: {
level: zlib.constants.Z_DEFAULT_COMPRESSION,
level: compressionLevel,
bufferSize: getUploadChunkSize()
}
}