Skip to content

Commit

Permalink
Revert "feat(squashfs)!: zstd compression level 22"
Browse files Browse the repository at this point in the history
This reverts commit 9fda162.
  • Loading branch information
madonuko committed Sep 23, 2024
1 parent d56f945 commit 31b7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ impl IsoBuilder {
"lzo" => "-comp lzo",
"lz4" => "-comp lz4 -Xhc",
"xz" => "-comp xz -Xbcj x86",
"zstd" => "-comp zstd -Xcompression-level 22",
"zstd" => "-comp zstd -Xcompression-level 19",
"lzma" => "-comp lzma",
_ => bail!("Unknown squashfs compression: {sqfs_comp}"),
}
Expand Down

0 comments on commit 31b7508

Please sign in to comment.