summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-12-09 13:37:57 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-12-09 13:37:57 +0100
commitf83b66ff58d911eb3ced062bc89a65dfee9362ec (patch)
tree4e052d508df29e0c5fac31edcd87b50ae862db9a /configdefinitions
parent25cbf4637a2f312f7646ec1c47916368a747d983 (diff)
Control reindexer resource usage with a feature flag
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def7
1 files changed, 5 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index e020aec3f65..93dc767fed0 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -6,13 +6,16 @@ namespace=vespa.config.content.reindexing
# Whether reindexing should run at all
enabled bool default=false
-# TODO jonmv: remove after 7.310 is gone
+# TODO jonmv: remove after 7.324 is gone
# The name of the content cluster to reindex documents from
clusterName string default=""
-# TODO jonmv: remove after 7.310 is gone
+# TODO jonmv: remove after 7.324 is gone
# Epoch millis after which latest reprocessing may begin, per document type
status{}.readyAtMillis long
# Epoch millis after which latest reprocessing may begin, per document type, per cluster
clusters{}.documentTypes{}.readyAtMillis long
+
+# Window size increment used for the dynamic throttling policy of the reindexing visitor session
+windowSizeIncrement double default=0.2