RE-trained css zstd dictionary due to NET_Tick changes

This commit is contained in:
Kamay Xutax 2024-07-23 16:52:44 +02:00
parent 80d35c6194
commit 200b4ff897
2 changed files with 1 additions and 1 deletions

View file

@ -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.