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:17:50 UTC

svn commit: r1718241 - /tomcat/trunk/webapps/docs/config/cluster-channel.xml

Author: kfujino
Date: Mon Dec  7 04:17:50 2015
New Revision: 1718241

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

Modified:
    tomcat/trunk/webapps/docs/config/cluster-channel.xml

Modified: tomcat/trunk/webapps/docs/config/cluster-channel.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-channel.xml?rev=1718241&r1=1718240&r2=1718241&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-channel.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-channel.xml Mon Dec  7 04:17:50 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