From d89472843729a5bc58405bc2d117e98067c947b0 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Fri, 24 Aug 2018 20:22:44 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_hcheck.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
2.50.1