summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-09-29 16:38:51 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-09-29 16:38:51 +0200
commit96f526490d25d5c6e9d66e6faf21f62b2c0a3b8a (patch)
tree1c8ed1aa2e8ee093748e208d2b9b5092b3fca188
parentf4f8d93f3be2a2b91ba0db4034db2a1811f438fb (diff)
distribution.redundancy and distribution.searchablecopies does not require restart.
-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 94b7f2e9ef0..58428a480bc 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -174,10 +174,10 @@ grouping.sessionmanager.maxentries int default=500 restart
grouping.sessionmanager.pruning.interval double default=1.0
## Redundancy of documents.
-distribution.redundancy long default=1 restart
+distribution.redundancy long default=1
## Searchable copies of the documents.
-distribution.searchablecopies long default=1 restart
+distribution.searchablecopies long default=1
## Minimum initial size for any per document tables.
grow.initial long default=1024 restart