summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-10-03 09:55:34 +0200
committerGitHub <noreply@github.com>2019-10-03 09:55:34 +0200
commit42813a5f158973444253db38f006d25e62dd66cd (patch)
treeeccb8b7089f57b902ed4b736deae2fecd3af4d43 /configdefinitions
parent8919cc5cc16ffe0471203a2ef335def888b17f1a (diff)
parent2d9a6bf71dc136784775124334a29ad122e68105 (diff)
Merge pull request #10848 from vespa-engine/bjorncs/remove-feature-flag
Remove 'dynamic-upstream-connection-cache' flag
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index 2daa371db8f..b1bd5fbac33 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -7,10 +7,9 @@ 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
+tenants{}.applications{}.nginxUpstreamKeepaliveMultiplier int default=2
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"