Skip to content

Commit 966ad75

Browse files
committed
fix: use default zip compression
1 parent e6c5f3c commit 966ad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ENV BATCH_DOWNLOAD=true
9393
# TODO: add more: https://www.php.net/manual/en/book.zlib.php
9494
ENV BATCH_TYPE=zip
9595
# https://www.php.net/manual/en/zip.constants.php#ziparchive.constants.cm-default
96-
ENV BATCH_ZIP_COMPRESS_ALGO=ZSTD
96+
ENV BATCH_ZIP_COMPRESS_ALGO=DEFAULT
9797
# MB
9898
ENV BATCH_MAX_TOTAL_SIZE=500
9999
# MB per file

0 commit comments

Comments
 (0)