summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonica Ng <monica.ng@mongodb.com>2021-06-16 04:15:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-18 00:23:42 +0000
commit41cf21296e9800cbaaedb566d16476821e663467 (patch)
tree79e28053ca1999811c251968ffb738d7d8a63157
parent4005e8c25dc9fc0172cb076ea8a6fcd3068f19af (diff)
downloadmongo-41cf21296e9800cbaaedb566d16476821e663467.tar.gz
SERVER-56508 Update Compressor Levels
(cherry picked from commit 6128447d75f9623d122f87137646788241c63a3b)
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_global_options.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.idl b/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.idl
index 0bbbde5c1e1..645f5ce9964 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.idl
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.idl
@@ -65,7 +65,7 @@ configs:
cpp_varname: 'wiredTigerGlobalOptions.zstdCompressorLevel'
short_name: zstdDefaultCompressionLevel
validator:
- gte: -5
+ gte: 1
lte: 22
default: 6
"storage.wiredTiger.engineConfig.journalCompressor":