summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-09-22 17:48:45 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-09-22 17:48:45 +0000
commit08b9abe47a4a2315a91d999d6ce3d4aceacd25ef (patch)
tree4a734ccea749642431e48e715293edb01a2d9c7b /searchlib
parent0de94f433227daa0d2158c8b8cf834cf060edcdb (diff)
Add feature flag control over fsync and compression type in the backend TLS.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/config/translogserver.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/config/translogserver.def b/searchlib/src/vespa/searchlib/config/translogserver.def
index 38741745773..540895b2404 100644
--- a/searchlib/src/vespa/searchlib/config/translogserver.def
+++ b/searchlib/src/vespa/searchlib/config/translogserver.def
@@ -24,12 +24,12 @@ maxthreads int default=4 restart
crcmethod enum {ccitt_crc32, xxh64} default=xxh64
## Control compression type.
-compression.type enum {NONE, NONE_MULTI, LZ4, ZSTD} default=LZ4
+compression.type enum {NONE, NONE_MULTI, LZ4, ZSTD} default=NONE
## Control compression level
## LZ4 has normal range 1..9 while ZSTD has range 1..19
## 9 is a reasonable default for both
-compression.level int default=9
+compression.level int default=3
## How large a chunk can grow in memory before beeing flushed
chunk.sizelimit int default = 256000 # 256k