You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/06/16 15:18:55 UTC

svn commit: r1685826 - /tomcat/trunk/webapps/docs/config/cluster-membership.xml

Author: markt
Date: Tue Jun 16 13:18:55 2015
New Revision: 1685826

URL: http://svn.apache.org/r1685826
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
Fix docs for recoverySleepTime.
Based on a patch by Tatsuya Bessho.

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

Modified: tomcat/trunk/webapps/docs/config/cluster-membership.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-membership.xml?rev=1685826&r1=1685825&r2=1685826&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-membership.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-membership.xml Tue Jun 16 13:18:55 2015
@@ -146,8 +146,7 @@
     <attribute name="recoverySleepTime" required="false">
       <p>
       When <code>recoveryEnabled==true</code> this value indicates how long time (in milliseconds)
-      the system will sleep in between recovery attempts, until we either recovered successfully or we have reached the
-      recoveryCounter limit.
+      the system will sleep in between recovery attempts, until it recovers successfully.
       The default is <code>5000</code> (5 seconds). <br/>
       </p>
     </attribute>



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