summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 20:12:50 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 20:12:50 +0200
commit962bc0152082659b4bcc0d5714fe0d4a45073418 (patch)
treec12b1fb310547b51103e013480241a231c8f93db /searchcore
parent9e74aa13acef30d8c008f91d7231c515820a2622 (diff)
Update to what is current defaults
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 55dc036df63..5c6063126b6 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -411,13 +411,13 @@ lidspacecompaction.removebatchblockrate double default=0.5
lidspacecompaction.removeblockrate double default=100.0
## Set to true to enable bucket locking via content layer
-lidspacecompaction.usebucketexecutor bool default=false
+lidspacecompaction.usebucketexecutor bool default=true
## Maximum docs to move in single operation per bucket
bucketmove.maxdocstomoveperbucket int default=1
## Set to true to enable bucket locking via content layer
-bucketmove.usebucketexecutor bool default=false
+bucketmove.usebucketexecutor bool default=true
## This is the maximum value visibilitydelay you can have.
## A to higher value here will cost more memory while not improving too much.
@@ -513,7 +513,7 @@ maintenancejobs.resourcelimitfactor double default = 1.05
##
## The job is unblocked (and executed again) when this goes under the limit again.
## Currently used by 'lid_space_compaction' job.
-maintenancejobs.maxoutstandingmoveops int default=10
+maintenancejobs.maxoutstandingmoveops int default=100
## Controls the type of bucket checksum used. Do not change unless
## in depth understanding is present.