diff options
author | Alison Felizzi <alison.felizzi@mongodb.com> | 2022-01-20 06:09:37 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-20 06:40:01 +0000 |
commit | 3782c8bc6482886f68226dfec1cb3cd8742bca3f (patch) | |
tree | 160b6b0adb987c7a8edd5f3a88c2b8ea69e89b3d /src/third_party/wiredtiger/test/format/config.sh | |
parent | 642bf716d84facac62a36fe247bf60c7821a8d6e (diff) | |
download | mongo-3782c8bc6482886f68226dfec1cb3cd8742bca3f.tar.gz |
Import wiredtiger: 2db205e08f7cd87e1d2e74cfb4a895628f468e34 from branch mongodb-master
ref: 85f16d6331..2db205e08f
for: 5.3.0
WT-5960 Documentation uses non-standard meaning of "log archiving"
Diffstat (limited to 'src/third_party/wiredtiger/test/format/config.sh')
-rw-r--r-- | src/third_party/wiredtiger/test/format/config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/format/config.sh b/src/third_party/wiredtiger/test/format/config.sh index 12084033118..23af56e2724 100644 --- a/src/third_party/wiredtiger/test/format/config.sh +++ b/src/third_party/wiredtiger/test/format/config.sh @@ -166,14 +166,14 @@ CONFIG configuration_list[] = { {"logging", "configure logging", C_BOOL, 50, 0, 0} -{"logging.archive", "configure log file archival", C_BOOL, 50, 0, 0} - {"logging.compression", "logging compression (off | lz4 | snappy | zlib | zstd)", C_IGNORE | C_STRING, 0, 0, 0} {"logging.file_max", "maximum log file size (KB)", 0x0, 100, 512000, 2097152} {"logging.prealloc", "configure log file pre-allocation", C_BOOL, 50, 0, 0} +{"logging.remove", "configure log file removal", C_BOOL, 50, 0, 0} + {"lsm.auto_throttle", "throttle LSM inserts", C_BOOL | C_TABLE | C_TYPE_LSM, 90, 0, 0} {"lsm.bloom", "configure bloom filters", C_BOOL | C_TABLE | C_TYPE_LSM, 95, 0, 0} |