summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-02-01 17:55:15 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-02-01 17:55:53 +0100
commit1d651a7eb5cf832d931890c46727f719e96efa6f (patch)
treeec23347f17c1c8d3831e8ddf89ecf071f6e6012b /searchcore
parentba050f9dd46ae0afcdf28c9969be5d6a44520389 (diff)
Pretend that compaction strategy config can be changed without needing restart.
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 74ec5c2fbef..fb845982d74 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -307,10 +307,10 @@ documentdb[].allocation.amortizecount int default=10000
documentdb[].allocation.multivaluegrowfactor double default=0.2
## The ratio of used bytes that can be dead before attempting to perform compaction.
-documentdb[].allocation.max_dead_bytes_ratio double default=0.2 restart
+documentdb[].allocation.max_dead_bytes_ratio double default=0.2
## The ratio of used address space that can be dead before attempting to perform compaction.
-documentdb[].allocation.max_dead_address_space_ratio double default=0.2 restart
+documentdb[].allocation.max_dead_address_space_ratio double default=0.2
## The interval of when periodic tasks should be run
periodic.interval double default=3600.0