mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 18:07:07 -06:00
ZStandard, Default Compression Level is 3 now
This commit is contained in:
@@ -25,7 +25,7 @@ struct CProps
|
|||||||
memset (this, 0, sizeof (*this));
|
memset (this, 0, sizeof (*this));
|
||||||
_ver_major = ZSTD_VERSION_MAJOR;
|
_ver_major = ZSTD_VERSION_MAJOR;
|
||||||
_ver_minor = ZSTD_VERSION_MINOR;
|
_ver_minor = ZSTD_VERSION_MINOR;
|
||||||
_level = 1;
|
_level = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
Byte _ver_major;
|
Byte _ver_major;
|
||||||
|
|||||||
Reference in New Issue
Block a user