From: markt Date: Thu, 5 May 2011 15:55:10 +0000 (+0000) Subject: Update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a7e40be999a13bbed0a890fb62d3ffbaba25004b;p=tomcat7.0 Update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1099856 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9151cc724..10756a6f7 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -169,6 +169,10 @@ Make pollerSize and maxConnections synonyms for the APR connectors since they perform the same function. (markt) + + Use maxThreads rather than 10000 as the default maxConnections for the + BIO connectors. (markt) +