Author: kfujino Date: Mon Dec 7 04:19:42 2015 New Revision: 1718244 URL: http://svn.apache.org/viewvc?rev=1718244&view=rev Log: Add a description of the default value of heartbeatSleeptime attribute and optionCheck attribute in the cluster channel docs.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.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=1718244&r1=1718243&r2=1718244&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Dec 7 04:19:42 2015 @@ -97,6 +97,15 @@ </fix> </changelog> </subsection> + <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 7.0.66 (violetagg)" rtext="not released"> <subsection name="General"> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.xml?rev=1718244&r1=1718243&r2=1718244&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.xml Mon Dec 7 04:19:42 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org