mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
lz4-flex does not support high compression level
This commit is contained in:
parent
160987c7bc
commit
48dd07efd6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue