From 900b520ed714d7640359c2b62160f4c7ae563362 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Sun, 4 Feb 2001 03:09:28 +0000 Subject: [PATCH] The windows MPM has one child process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87971 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/mpm_default.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h index 69d9b3a8a83..843d758ef66 100644 --- a/server/mpm/winnt/mpm_default.h +++ b/server/mpm/winnt/mpm_default.h @@ -111,9 +111,7 @@ * enough that we can read the whole thing without worrying too much about * the overhead. */ -#ifndef HARD_SERVER_LIMIT -#define HARD_SERVER_LIMIT 8 -#endif +#define HARD_SERVER_LIMIT 1 /* Where the main/parent process's pid is logged */ #ifndef DEFAULT_PIDLOG -- 2.47.3