aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-23 16:12:12 +0200
committerGitHub <noreply@github.com>2019-09-23 16:12:12 +0200
commit5d9cf7eab1eac805b933d07321d95524a8cb2164 (patch)
tree2980ee536afafa6126e1b783554d4e7f9e0a9cd2 /configdefinitions
parent8affeae3e0659a7254aea22582919b85a412a8fe (diff)
Revert "Balder/remove tld from config model rebased"
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index 5229e7da0b8..84d5c032395 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -16,13 +16,6 @@ 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