summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-09-23 15:03:18 +0200
committerGitHub <noreply@github.com>2019-09-23 15:03:18 +0200
commitfaa4cdc53b1f914656bd9357a76e6e12c8648808 (patch)
tree1bccbb960a9d37ad59b5128232a97c1919553fa2 /configdefinitions
parent01847b4cb0bd3fe5bf08fd558d2fb7bd20493961 (diff)
parentaa75ec9ee622717bfe59595021171ad13ccdc128 (diff)
Merge pull request #10766 from vespa-engine/balder/remove-tld-from-config-model-rebased
Balder/remove tld from config model rebased
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index 84d5c032395..5229e7da0b8 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -16,6 +16,13 @@ maxNodesDownPerGroup int default=0
# Distribution policy for group selection
distributionPolicy enum { ROUNDROBIN, ADAPTIVE } default=ROUNDROBIN
+## Maximum number of hits that will be requested from a single node
+## in this dataset. If not set, there is no limit. Using this option
+## may help reduce network traffic when searching in datasets with big
+## fan-out, but it will also result in incorrect and incomplete results;
+## don't use it if you don't (really) mean it.
+maxHitsPerNode int default=2147483647
+
# Is multi-level dispatch configured for this cluster
# Deprecated, will go away soon, NOOP
useMultilevelDispatch bool default=false