summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-09-23 12:42:35 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-09-23 12:42:35 +0200
commit8df964e8a19cb1ce4bf2ddf0fead6c39b57e9ec7 (patch)
tree808a43560f172c5b48d537e757ae3d031b1a27b6 /configdefinitions
parent4d00bb40718ab4e01230e1492d73a2d92e0124f9 (diff)
Add feature flag for controlling upstream connection cache
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index 33c568061fe..ebd9aa1b0d4 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -7,6 +7,8 @@ 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
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"