Author: kfujino
Date: Mon Apr 17 05:15:25 2017
New Revision: 1791655
URL: http://svn.apache.org/viewvc?rev=1791655&view=rev
Log:
Add documents for maxIdleTime attribute to Channel Receiver docs.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/cluster-receiver.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1791655&r1=1791654&r2=1791655&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Apr 17 05:15:25 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>
<subsection name="Tribes">
<changelog>
<add>
Modified: tomcat/trunk/webapps/docs/config/cluster-receiver.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-receiver.xml?rev=1791655&r1=1791654&r2=1791655&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-receiver.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-receiver.xml Mon Apr 17 05:15:25
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: [email protected]
For additional commands, e-mail: [email protected]