]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump Split Log Support to ZSTD_btultra
authorW. Felix Handte <w@felixhandte.com>
Mon, 27 Aug 2018 23:36:52 +0000 (16:36 -0700)
committerW. Felix Handte <w@felixhandte.com>
Sat, 29 Sep 2018 00:12:54 +0000 (17:12 -0700)
lib/compress/zstd_compress.c

index ab4575566ae26bf018f895883d8960a38c61036a..7ec9c176cc163c008acf2ade00eea6f62303af38 100644 (file)
@@ -1320,7 +1320,7 @@ static const size_t attachDictSizeCutoffs[(unsigned)ZSTD_btultra+1] = {
     8 KB /* ZSTD_btultra */
 };
 
-static const ZSTD_strategy splitLogCutoffStrategy = ZSTD_btlazy2;
+static const ZSTD_strategy splitLogCutoffStrategy = ZSTD_btultra;
 
 static int ZSTD_shouldAttachDict(ZSTD_CCtx* cctx,
                             const ZSTD_CDict* cdict,