]> granicus.if.org Git - apache/commitdiff
maxrequestsperchild should default to 0 on windows.
authorBill Stoddard <stoddard@apache.org>
Fri, 19 Oct 2001 20:30:16 +0000 (20:30 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 19 Oct 2001 20:30:16 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91576 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_default.h

index 876503a47d943d14e9b33a5df4790a320b573fed..58275cfd8d1b98e53290cf2e9fe9f635d6637209 100644 (file)
  * the children don't die off.
  */
 #ifndef DEFAULT_MAX_REQUESTS_PER_CHILD
-#define DEFAULT_MAX_REQUESTS_PER_CHILD 10000
+#define DEFAULT_MAX_REQUESTS_PER_CHILD 0
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */