Skip to content

Commit

Permalink
fix: use default zip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Oct 29, 2024
1 parent e6c5f3c commit 966ad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ENV BATCH_DOWNLOAD=true
# TODO: add more: https://www.php.net/manual/en/book.zlib.php
ENV BATCH_TYPE=zip
# https://www.php.net/manual/en/zip.constants.php#ziparchive.constants.cm-default
ENV BATCH_ZIP_COMPRESS_ALGO=ZSTD
ENV BATCH_ZIP_COMPRESS_ALGO=DEFAULT
# MB
ENV BATCH_MAX_TOTAL_SIZE=500
# MB per file
Expand Down

0 comments on commit 966ad75

Please sign in to comment.