Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8abf9729
Commit
8abf9729
authored
Nov 29, 2016
by
andyli
Committed by
GitHub
Nov 29, 2016
Browse files
Modify MIN->MAX
parent
eab865a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
8abf9729
...
...
@@ -2774,7 +2774,7 @@ void clusterHandleSlaveFailover(void) {
* and wait for replies), and the failover retry time (the time to wait
* before trying to get voted again).
*
* Timeout is M
IN
(NODE_TIMEOUT*2,2000) milliseconds.
* Timeout is M
AX
(NODE_TIMEOUT*2,2000) milliseconds.
* Retry is two times the Timeout.
*/
auth_timeout
=
server
.
cluster_node_timeout
*
2
;
...
...
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