Skip to content

Commit 57be3dd

Browse files
committed
Fix docs for recoverySleepTime. Based on a patch by Tatsuya Bessho. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1685826 13f79535-47bb-0310-9956-ffa450edef68
1 parent d68671d commit 57be3dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webapps/docs/config/cluster-membership.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@
146146
<attribute name="recoverySleepTime" required="false">
147147
<p>
148148
When <code>recoveryEnabled==true</code> this value indicates how long time (in milliseconds)
149-
the system will sleep in between recovery attempts, until we either recovered successfully or we have reached the
150-
recoveryCounter limit.
149+
the system will sleep in between recovery attempts, until it recovers successfully.
151150
The default is <code>5000</code> (5 seconds). <br/>
152151
</p>
153152
</attribute>

0 commit comments

Comments
 (0)