From 28e9157b18f12f0dc1240331538d9e2062455d87 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 17 Aug 2001 17:31:17 +0000 Subject: [PATCH] Fix some badness on Win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90296 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-win.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index aed21cdf2a..d00cf1a9a3 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -88,7 +88,7 @@ KeepAliveTimeout 15 # WinNT MPM # ThreadsPerChild ...... constant number of worker threads in the server process # MaxRequestsPerChild .. maximum number of requests a server process serves - + ThreadsPerChild 250 MaxRequestsPerChild 0 -- 2.50.1