summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-09-20 23:19:16 +0200
committerHenning Baldersheim <balder@oath.com>2018-09-20 23:19:16 +0200
commitb12d761770cfa22ac9c2b2763cc7cb2ff65cbdfc (patch)
tree0381c54d7d7d2abefca4a5e01ab5ec1e727dfbe9 /searchcore
parent78dc12e09a15786a25df0f3f3914d40c36c4c268 (diff)
Make level 6 default for cache compression.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index ca1ea67d288..0ba42aad102 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -228,8 +228,8 @@ summary.cache.compression.type enum {NONE, LZ4, ZSTD} default=LZ4
## Control compression level of the summary while in cache.
## LZ4 has normal range 1..9 while ZSTD has range 1..19
-## 9 is a reasonable default for both
-summary.cache.compression.level int default=9
+## 6 is a default for lz4 to prioritize speed.
+summary.cache.compression.level int default=6
## Control if cache entry is updated or ivalidated when changed.
summary.cache.update_strategy enum {INVALIDATE, UPDATE} default=INVALIDATE