summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/mpm_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/mpm/winnt/mpm_default.h')
-rw-r--r--server/mpm/winnt/mpm_default.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h
index 184dc62f4f..a0e38efee0 100644
--- a/server/mpm/winnt/mpm_default.h
+++ b/server/mpm/winnt/mpm_default.h
@@ -55,12 +55,5 @@
*/
#define HARD_SERVER_LIMIT 1
-/* Number of requests to try to handle in a single process. If <= 0,
- * the children don't die off.
- */
-#ifndef DEFAULT_MAX_REQUESTS_PER_CHILD
-#define DEFAULT_MAX_REQUESTS_PER_CHILD 0
-#endif
-
#endif /* AP_MPM_DEFAULT_H */
/** @} */