Author: kkolinko Date: Fri Jun 8 15:21:07 2012 New Revision: 1348110 URL: http://svn.apache.org/viewvc?rev=1348110&view=rev Log: Merged revision 1348105 from tomcat/trunk: Documentation for property maxQueueSize that was added in r723889
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/executor.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1348105 Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/executor.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/executor.xml?rev=1348110&r1=1348109&r2=1348110&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/executor.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/executor.xml Fri Jun 8 15:21:07 2012 @@ -102,6 +102,10 @@ <p>(int) The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads. Default value is <code>60000</code>(1 minute)</p> </attribute> + <attribute name="maxQueueSize" required="false"> + <p>(int) The maximum number of runnable tasks that can queue up awaiting + execution before we reject them. Default value is <code>Integer.MAX_VALUE</code></p> + </attribute> <attribute name="prestartminSpareThreads" required="false"> <p>(boolean) Whether minSpareThreads should be started when starting the Executor or not, the default is <code>false</code></p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org