From 9c7efa2f0bbaf958d5b5bf439c0fcc8ed078c612 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 23 Sep 2019 12:14:29 +0200 Subject: Complete test coverage for DispatchConfig --- configdefinitions/src/vespa/dispatch.def | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configdefinitions') 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 -- cgit v1.2.3