Commit 900b520e authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent a9c6e70c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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