summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-15 12:19:11 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-15 12:19:11 +0100
commit8cffaebf88b753fb0f59ed13c46ca8b86b694193 (patch)
treefa862ea078fb7d676bba80190f247d84a070bc99 /configdefinitions
parent4f4feea7dc41252589f14f88d7d0e4e0b107eee1 (diff)
Support variable reindexing speed, based on config
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def5
1 files changed, 2 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index c58e81a93a9..0195c737809 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -9,6 +9,5 @@ enabled bool default=false
# 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
-# TODO jonmv: remove after 7.355 is gone
-windowSizeIncrement double default=0.2
+# Window size increment used for the dynamic throttling policy of the reindexing visitor session for each type
+clusters{}.documentTypes{}.speed double default=0.2