aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-06-30 14:14:42 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-06-30 14:14:42 +0200
commit882b8e0469779404c061a7db3813bfdf923580f7 (patch)
tree56fc92b7c2e7bdd6eb45c01df0a275bcdc49e16b /container-core/src/main/resources
parent44b2f5114416254d5eb859ea02f436c4b0dfaf0a (diff)
Make cache expiry configurable
Diffstat (limited to 'container-core/src/main/resources')
-rw-r--r--container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
index ca02c245015..2a8e7159b2f 100644
--- a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
+++ b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
@@ -104,6 +104,9 @@ healthCheckProxy.port int default=8080
# Low-level timeout for proxy client (socket connect, socket read, connection pool). Aggregate timeout will be longer.
healthCheckProxy.clientTimeout double default=1.0
+# Expiry for cached health response
+healthCheckProxy.cacheExpiry double default=1.0
+
# Enable PROXY protocol V1/V2 support (only for https connectors).
proxyProtocol.enabled bool default=false