aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-03 11:39:48 +0100
committerGitHub <noreply@github.com>2021-03-03 11:39:48 +0100
commita6a84c2b521b884edef2e0a2f08d9369f1c3384e (patch)
treeeff2ca3ca34075051bbb392fc75d1f047c39933c /searchcore
parent38db0d7d3a22297fbe50eef6664ede098168bba5 (diff)
Revert "Revert "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.
##