Author: kfujino Date: Mon Apr 17 05:16:06 2017 New Revision: 1791656 URL: http://svn.apache.org/viewvc?rev=1791656&view=rev Log: Add documents for maxIdleTime attribute to Channel Receiver docs.
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-receiver.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1791656&r1=1791655&r2=1791656&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Mon Apr 17 05:16:06 2017 @@ -63,6 +63,14 @@ </fix> </changelog> </subsection> + <subsection name="Web Applications"> + <changelog> + <add> + Add documents for <code>maxIdleTime</code> attribute to Channel Receiver + docs. (kfujino) + </add> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.14 (markt)" rtext="release in progress"> <subsection name="Catalina"> Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-receiver.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-receiver.xml?rev=1791656&r1=1791655&r2=1791656&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-receiver.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-receiver.xml Mon Apr 17 05:16:06 2017 @@ -111,6 +111,9 @@ <attribute name="minThreads" required="false"> Minimum number of threads to be created when the receiver is started up. Default value is <code>6</code> </attribute> + <attribute name="maxIdleTime" required="false"> + Maximum number of milliseconds of until Idle thread terminates. Default value is <code>60000</code> milliseconds. + </attribute> <attribute name="ooBInline" required="false"> Boolean value for the socket OOBINLINE option. Possible values are <code>true</code> or <code>false</code>. </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org