Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
86213b4e
Commit
86213b4e
authored
Dec 16, 2014
by
antirez
Browse files
Fix comment in clusterHandleSlaveFailover().
parent
2c6dc9f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
86213b4e
...
@@ -2518,7 +2518,7 @@ void clusterHandleSlaveFailover(void) {
...
@@ -2518,7 +2518,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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment