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
c9b55a29
Commit
c9b55a29
authored
May 27, 2013
by
antirez
Browse files
redis.conf updated: repl-timeout now uesd by masters as well.
parent
3c82c85f
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
c9b55a29
...
@@ -203,8 +203,11 @@ slave-read-only yes
...
@@ -203,8 +203,11 @@ slave-read-only yes
#
#
# repl-ping-slave-period 10
# repl-ping-slave-period 10
# The following option sets a timeout for both Bulk transfer I/O timeout and
# The following option sets the replication timeout for:
# master data or ping response timeout. The default value is 60 seconds.
#
# 1) Bulk transfer I/O during SYNC, from the point of view of slave.
# 2) Master timeout from the point of view of slaves (data, pings).
# 3) Slave timeout from the point of view of masters (REPLCONF ACK pings).
#
#
# It is important to make sure that this value is greater than the value
# It is important to make sure that this value is greater than the value
# specified for repl-ping-slave-period otherwise a timeout will be detected
# specified for repl-ping-slave-period otherwise a timeout will be detected
...
...
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