Author: kkolinko Date: Fri Jun 8 15:15:29 2012 New Revision: 1348105 URL: http://svn.apache.org/viewvc?rev=1348105&view=rev Log: Documentation for property maxQueueSize that was added in r723889
Modified: tomcat/trunk/webapps/docs/config/executor.xml Modified: tomcat/trunk/webapps/docs/config/executor.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/executor.xml?rev=1348105&r1=1348104&r2=1348105&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/executor.xml (original) +++ tomcat/trunk/webapps/docs/config/executor.xml Fri Jun 8 15:15:29 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