summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-11-12 17:59:28 +0000
committerJeff Trawick <trawick@apache.org>2001-11-12 17:59:28 +0000
commiteaf0b36f6b8d99ae9d7294753e75fbaf0631f1ae (patch)
tree450430d591da5de2bf14a150aca8a1e265400415 /CHANGES
parentdd6569995c537adb5e4656cc39d77f58c28f2a1b (diff)
downloadhttpd-eaf0b36f6b8d99ae9d7294753e75fbaf0631f1ae.tar.gz
threaded: Fix the resetting of MaxClients when it isn't a multiple
of the number of threads per process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 4a90f6b2c6..0d6620efe5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
Changes with Apache 2.0.29-dev
- *) Really reset the MaxClients value in worker when the
- configured value is not a multiple of the number of threads
- per child. We said we did previously but we forgot to.
- [Jeff Trawick]
+ *) Really reset the MaxClients value in worker and threaded
+ when the configured value is not a multiple of the number
+ of threads per child. We said we did previously but we
+ forgot to. [Jeff Trawick]
*) Add Debian layout. [Daniel Stone <daniel@sfarc.net>]