From: Manoj Kasichainula Date: Mon, 19 Jul 1999 05:17:49 +0000 (+0000) Subject: Another MPM-specific define to move into the pthread MPM. X-Git-Tag: 1.3.7~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8a19603f9349b24e55ba8ed8ab3f8f1ff51666;p=thirdparty%2Fapache%2Fhttpd.git Another MPM-specific define to move into the pthread MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83464 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpm_default.h b/server/mpm/mpmt_pthread/mpm_default.h index 1020c9709ea..32c70bb74e8 100644 --- a/server/mpm/mpmt_pthread/mpm_default.h +++ b/server/mpm/mpmt_pthread/mpm_default.h @@ -105,4 +105,8 @@ #define HARD_THREAD_LIMIT 64 #endif +#ifndef DEFAULT_THREADS_PER_CHILD +#define DEFAULT_THREADS_PER_CHILD 50 +#endif + #endif /* AP_MPM_DEFAULT_H */