aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-02 16:40:02 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-02 16:40:02 +0000
commit7e41eb6d42682a4ca59bb6db9c232b64cde56300 (patch)
treea9686b611a8a58e653476b48d7edbb082166e97a /searchcore
parent5d72bdae4df1e699202bc2f38212e763018036cd (diff)
Set allowedlidbloat to 1 instead of 1000
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index a634ccd0a78..9ae15bd919e 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -363,7 +363,7 @@ lidspacecompaction.interval double default=10.0
##
## When considering compaction the lid bloat is calculated as (docIdLimit - numDocs).
## The lid bloat must be >= allowedlidbloat before considering compaction.
-lidspacecompaction.allowedlidbloat int default=1000
+lidspacecompaction.allowedlidbloat int default=1
## The allowed lid bloat factor (relative) before considering lid space compaction.
##