]> granicus.if.org Git - apache/commitdiff
Another MPM-specific define to move into the pthread MPM.
authorManoj Kasichainula <manoj@apache.org>
Mon, 19 Jul 1999 05:17:49 +0000 (05:17 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 19 Jul 1999 05:17:49 +0000 (05:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83464 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_pthread/mpm_default.h

index 1020c9709eae7f86e30b25beb64981dc8ac43c16..32c70bb74e8cb9ffafa267d8c391c08b9f167cd4 100644 (file)
 #define HARD_THREAD_LIMIT 64 
 #endif
 
+#ifndef DEFAULT_THREADS_PER_CHILD
+#define DEFAULT_THREADS_PER_CHILD 50
+#endif
+
 #endif /* AP_MPM_DEFAULT_H */