mirror of
https://git.zx2c4.com/cgit
synced 2025-07-19 02:14:52 +02:00
ui-snapshot: add support for zstd compression
This patch adds support for zstd [0] compressed snapshots (*.tar.zst). We enable multiple working threads (-T0), but keep default compression level. The latter can be influenced by environment variable. [0] https://www.zstd.net/ Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
cc230bf044
commit
892ba8c3cc
4 changed files with 56 additions and 4 deletions
|
@ -104,7 +104,7 @@ virtual-root=/
|
|||
cache-root=$PWD/cache
|
||||
|
||||
cache-size=1021
|
||||
snapshots=tar.gz tar.bz tar.lz tar.xz zip
|
||||
snapshots=tar.gz tar.bz tar.lz tar.xz tar.zst zip
|
||||
enable-log-filecount=1
|
||||
enable-log-linecount=1
|
||||
summary-log=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue