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 2015/12/07 05:18:55 UTC

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

Author: kfujino
Date: Mon Dec  7 04:18:55 2015
New Revision: 1718243

URL: http://svn.apache.org/viewvc?rev=1718243&view=rev
Log:
Add a description of the default value of heartbeatSleeptime attribute and optionCheck attribute in the cluster channel docs.

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-channel.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=1718243&r1=1718242&r2=1718243&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Dec  7 04:18:55 2015
@@ -45,6 +45,15 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 8.0.31 (markt)" rtext="in development">
+  <subsection name="Web Applications">
+    <changelog>
+      <add>
+        Add a description of the default value of
+        <code>heartbeatSleeptime</code> attribute and <code>optionCheck</code>
+        attribute in the cluster channel docs. (kfujino)
+      </add>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 8.0.30 (markt)" rtext="2015-12-06">
   <subsection name="Catalina">

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-channel.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-channel.xml?rev=1718243&r1=1718242&r2=1718243&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-channel.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-channel.xml Mon Dec  7 04:18:55 2015
@@ -109,12 +109,13 @@
 
       <attribute name="heartbeatSleeptime" required="false">
         If heartbeat == true, specifies the interval of heartbeat thread in milliseconds.
+        The default is 5000 (5 seconds).
       </attribute>
 
       <attribute name="optionCheck" required="false">
         If set to true, the GroupChannel will check the option flags that each
         interceptor is using. Reports an error if two interceptor share the same
-        flag.
+        flag. The default is false.
       </attribute>
 
     </attributes>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org