Fix comment in clusterHandleSlaveFailover().

This commit is contained in:
antirez 2014-12-16 15:03:12 +01:00
parent 90c7d8cfa1
commit 1aef29e079

View File

@ -2520,7 +2520,7 @@ void clusterHandleSlaveFailover(void) {
/* Compute the failover timeout (the max time we have to send votes /* Compute the failover timeout (the max time we have to send votes
* and wait for replies), and the failover retry time (the time to wait * and wait for replies), and the failover retry time (the time to wait
* before waiting again. * before trying to get voted again).
* *
* Timeout is MIN(NODE_TIMEOUT*2,2000) milliseconds. * Timeout is MIN(NODE_TIMEOUT*2,2000) milliseconds.
* Retry is two times the Timeout. * Retry is two times the Timeout.