ZStandard, Default Compression Level is 3 now

This commit is contained in:
Tino Reichardt
2016-07-14 00:46:17 +02:00
parent 13e8b3cf63
commit ff8132c69f

View File

@@ -25,7 +25,7 @@ struct CProps
memset (this, 0, sizeof (*this));
_ver_major = ZSTD_VERSION_MAJOR;
_ver_minor = ZSTD_VERSION_MINOR;
_level = 1;
_level = 3;
}
Byte _ver_major;