summaryrefslogtreecommitdiff
path: root/modules/cluster
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2022-04-19 08:58:07 +0000
committerRainer Jung <rjung@apache.org>2022-04-19 08:58:07 +0000
commit3814c12e5abfad9425c83bafd710cc5c47e11ea9 (patch)
treea65e70859e0df61fe63e2354c5de77049871ba90 /modules/cluster
parentec8c0120dbe24f591a4994217357e051d9e60869 (diff)
downloadhttpd-3814c12e5abfad9425c83bafd710cc5c47e11ea9.tar.gz
Revert r1899809: Will reapply using new
changes-entries method for CHANGES handling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cluster')
-rw-r--r--modules/cluster/mod_heartmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c
index 30db11ac7b..4b1277a9c4 100644
--- a/modules/cluster/mod_heartmonitor.c
+++ b/modules/cluster/mod_heartmonitor.c
@@ -39,7 +39,7 @@
static const ap_slotmem_provider_t *storage = NULL;
static ap_slotmem_instance_t *slotmem = NULL;
-static int maxworkers = 10;
+static int maxworkers = 0;
module AP_MODULE_DECLARE_DATA heartmonitor_module;