You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2017/04/17 05:16:53 UTC

svn commit: r1791657 - in /tomcat/tc8.0.x/trunk/webapps/docs: changelog.xml config/cluster-receiver.xml

Author: kfujino
Date: Mon Apr 17 05:16:52 2017
New Revision: 1791657

URL: http://svn.apache.org/viewvc?rev=1791657&view=rev
Log:
Add documents for maxIdleTime attribute to Channel Receiver docs.

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-receiver.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1791657&r1=1791656&r2=1791657&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Apr 17 05:16:52 2017
@@ -85,6 +85,10 @@
         Document <code>test.threads</code> option in BUILDING.txt.
         (kkolinko, rjung)
       </add>
+      <add>
+        Add documents for <code>maxIdleTime</code> attribute to Channel Receiver
+        docs. (kfujino)
+      </add>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-receiver.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-receiver.xml?rev=1791657&r1=1791656&r2=1791657&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-receiver.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-receiver.xml Mon Apr 17 05:16:52 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org