From: Alexei Kosut
Date: Tue, 22 Jul 1997 22:33:14 +0000 (+0000)
Subject: Change ThreadsPerChild config default from 20 to 50 to match
X-Git-Tag: APACHE_1_3a1~2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fbb1389200182c8199a83c215867321baf57e8;p=thirdparty%2Fapache%2Fhttpd.git
Change ThreadsPerChild config default from 20 to 50 to match
compiled-in default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78746 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html
index be50916e211..6cd802789ff 100644
--- a/docs/manual/platform/windows.html
+++ b/docs/manual/platform/windows.html
@@ -178,7 +178,7 @@ together with details of mirror web and anonymous ftp sites.
should use. This is the maximum number of connections the server
can handle at once; be sure and set this number high enough for
your site if you get a lot of hits. The recommended default is
- ThreadsPerChild 20
.
+ ThreadsPerChild 50
.
The directives that accept filenames as arguments now must use
Windows filenames instead of Unix ones. However, because Apache
uses Unix-style names internally, you must use forward slashes, not