RE-trained css zstd dictionary due to NET_Tick changes
This commit is contained in:
parent
80d35c6194
commit
200b4ff897
2 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 = 22;
|
||||
static constexpr int ZSTD_COMPRESSION_LEVEL = 22; // ZSTD_btultra2
|
||||
static auto g_pZSTDCCtx = ZSTD_createCCtx();
|
||||
|
||||
template<typename T>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue