]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1899809: Will reapply using new
authorRainer Jung <rjung@apache.org>
Tue, 19 Apr 2022 08:58:07 +0000 (08:58 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 19 Apr 2022 08:58:07 +0000 (08:58 +0000)
changes-entries method for CHANGES handling.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900025 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/cluster/mod_heartmonitor.c

diff --git a/CHANGES b/CHANGES
index df9686e71926c8bf022d99c4dbdc0c798cfa6fff..ae5bcce9cf41de131fa7d8240c9e15353c584275 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
-  *) mod_heartmonitor: Set the documented default value
-     "10" for HeartbeatMaxServers instead of "0". With "0"
-     no shared memory slotmem was initialized. [Rainer Jung]
-
   *) mod_systemd: Systemd socket activation can now be enabled at
      build time but disabled at run time, if mod_systemd is not
      loaded.  [Lubos Uhliarik <luhliari redhat.com>]
index 30db11ac7b89678f4209ffdf78b777a4176815c2..4b1277a9c48895e5f2e615537dc10031068c9c70 100644 (file)
@@ -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;