summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index c3f847fb5f3..9cef66f49e0 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -17,7 +17,8 @@ maxNodesDownPerGroup int default=0
distributionPolicy enum { ROUNDROBIN, ADAPTIVE } default=ROUNDROBIN
# Should fdispatch be used as the default dispatcher
-useFdispatchByDefault bool default=true
+# Deprecated, will go away soon
+useFdispatchByDefault bool default=false
# Should protobuf/jrt be preferred over fs4
dispatchWithProtobuf bool default=false
@@ -59,4 +60,5 @@ node[].host string
node[].port int
# The legacy fs4 port of this search node
+# Deprecated, will go away soon
node[].fs4port int default=0