Author: kfujino
Date: Mon Apr 17 05:17:28 2017
New Revision: 1791658
URL: http://svn.apache.org/viewvc?rev=1791658&view=rev
Log:
Add documents for maxIdleTime attribute to Channel Receiver docs.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-receiver.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1791658&r1=1791657&r2=1791658&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Apr 17 05:17:28 2017
@@ -96,6 +96,10 @@
Document the property <code>test.excludePerformance</code>
in BUILDING.txt. (rjung)
</add>
+ <add>
+ Add documents for <code>maxIdleTime</code> attribute to Channel
Receiver
+ docs. (kfujino)
+ </add>
</changelog>
</subsection>
<subsection name="jdbc-pool">
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-receiver.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-receiver.xml?rev=1791658&r1=1791657&r2=1791658&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-receiver.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-receiver.xml Mon Apr 17
05:17:28 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]