You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
412 B
Diff
12 lines
412 B
Diff
--- x/block/qcow2-threads.c~ 2021-08-24 19:35:40.000000000 +0200
|
|
+++ x/block/qcow2-threads.c 2021-10-21 21:21:19.470096174 +0200
|
|
@@ -205,6 +205,8 @@
|
|
if (!cctx) {
|
|
return -EIO;
|
|
}
|
|
+ ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, 22);
|
|
+
|
|
/*
|
|
* Use the zstd streamed interface for symmetry with decompression,
|
|
* where streaming is essential since we don't record the exact
|