Update compress level to ZSTD_btultra2
This commit is contained in:
parent
60f78dd545
commit
15518e794b
1 changed files with 1 additions and 1 deletions
|
@ -1304,7 +1304,7 @@ unsigned int COM_GetIdealDestinationCompressionBufferSize_ZSTD(
|
|||
return 4 + ZSTD_compressBound(uncompressedSize);
|
||||
}
|
||||
|
||||
static constexpr int ZSTD_COMPRESSION_LEVEL = 999;
|
||||
static constexpr int ZSTD_COMPRESSION_LEVEL = 22;
|
||||
static auto g_pZSTDCCtx = ZSTD_createCCtx();
|
||||
|
||||
template<typename T>
|
||||
|
|
Loading…
Reference in a new issue