From: markt Date: Wed, 9 Apr 2008 21:59:05 +0000 (+0000) Subject: Fix bug 44785. Correct deafult maxThreads for AJP connector. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c9f27f8180f68d0a1e5856ecb04366a902673142;p=tomcat7.0 Fix bug 44785. Correct deafult maxThreads for AJP connector. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@646559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 8322238e0..42a076526 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -253,7 +253,7 @@

The maximum number of request processing threads to be created by this Connector, which therefore determines the maximum number of simultaneous requests that can be handled. If - not specified, this attribute is set to 40. If an executor is associated + not specified, this attribute is set to 200. If an executor is associated with this connector, this attribute is ignored as the connector will execute tasks using the executor rather than an internal thread pool.