From: Christophe Jaillet
Date: Fri, 24 Aug 2018 20:22:44 +0000 (+0000)
Subject: Use the default location to display a default value
X-Git-Tag: 2.4.35~60
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d89472843729a5bc58405bc2d117e98067c947b0;p=apache
Use the default location to display a default value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838953 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml
index 6ab8d35d4f..5ac2bf66b2 100644
--- a/docs/manual/mod/mod_proxy_hcheck.xml
+++ b/docs/manual/mod/mod_proxy_hcheck.xml
@@ -221,6 +221,7 @@ ProxyPass "/apps" "balancer://foo"
ProxyHCTPsize
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHCTPsize size
+ProxyHCTPsize 16
server config
@@ -230,7 +231,7 @@ ProxyPass "/apps" "balancer://foo"
associated with the Watchdog process, allowing for parallel checks.
The ProxyHCTPsize directive
determines the size of this threadpool. If set to 0
, no threadpool
- is used at all, resulting in serialized health checks. The default size is 16.
+ is used at all, resulting in serialized health checks.
ProxyHCTPsize