aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-07-12 12:15:28 +0200
committerHarald Musum <musum@yahooinc.com>2022-07-12 12:15:28 +0200
commit06018e6b8393c2f2f89ec0430119e0d1f22a09c8 (patch)
treebec7feb6ea7b97781b7d7dd085e7eace96974c0b /configdefinitions
parentee8e38eac1bbba20026d9b5c55bebe15d839757f (diff)
Always use Vespa version in config request when serving config
This change means that nodes on a version that there exists no config model for will not get new config, they will get an error instead. This means that there will be no longer be possible to get incompatible config for nodes on another version than one known by the config server. https://github.com/vespa-engine/vespa/issues/23223
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/configserver.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/configserver.def b/configdefinitions/src/vespa/configserver.def
index b13c9ba1932..9d502b8bc35 100644
--- a/configdefinitions/src/vespa/configserver.def
+++ b/configdefinitions/src/vespa/configserver.def
@@ -47,7 +47,7 @@ zoneDnsSuffixes[] string
# RPC protocol
maxgetconfigclients int default=1000000
maxoutputbuffersize int default=65536
-useVespaVersionInRequest bool default=false
+useVespaVersionInRequest bool default=true
payloadCompressionType enum { UNCOMPRESSED, LZ4 } default=LZ4
# Athenz config