1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-13 15:00:53 +01:00

lz4-flex does not support high compression level

This commit is contained in:
Filip Tibell 2024-05-11 20:05:34 +02:00
parent 160987c7bc
commit 48dd07efd6
No known key found for this signature in database

View file

@ -157,7 +157,7 @@ local OUTPUT_FILES = {
{
command = BIN_LZ4,
format = "lz4" :: serde.CompressDecompressFormat,
args = { "--best", TEMP_FILE, TEMP_FILE .. ".lz4" },
args = { "-3", "--content-size", TEMP_FILE, TEMP_FILE .. ".lz4" },
output = TEMP_FILE .. ".lz4",
process = processLz4PrependSize,
final = INPUT_FILE .. ".lz4",