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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org