summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-10-02 15:28:04 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-10-02 15:28:04 +0200
commit08afce06f5d65fe3413d90f3bd9846e8b4ab6d16 (patch)
treef748f15459710f692f035be62c764808871d362c /configdefinitions
parentfc2a4d8b301fd57235a7436bc21573780960b67f (diff)
Remove 'dynamic-upstream-connection-cache' flag
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index 2daa371db8f..5184abfde72 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -7,8 +7,6 @@ namespace=cloud.config
# Active rotation given as flag 'active' for a prod region in deployment.xml
# Default true for now (since code in config-model to set it is not ready yet), should have no default value
tenants{}.applications{}.activeRotation bool default=true
-# Scale upstream connection cache with number of upstream servers
-tenants{}.applications{}.dynamicUpstreamConnectionCache bool default=false
# Send health check requests on port 4081 instead of 4080
tenants{}.applications{}.healthCheckOn4081 bool default=false