"vscode:/vscode.git/clone" did not exist on "6efb6c1e069b414305a92cf57cee31d13a84a44a"
Commit 85ccd576 authored by antirez's avatar antirez
Browse files

added more clarifications in redis.conf about ther right value to set as replication timeout.

parent aeecbdfa
...@@ -144,6 +144,10 @@ slave-serve-stale-data yes ...@@ -144,6 +144,10 @@ slave-serve-stale-data yes
# The following option sets a timeout for both Bulk transfer I/O timeout and # The following option sets a timeout for both Bulk transfer I/O timeout and
# master data or ping response timeout. The default value is 60 seconds. # master data or ping response timeout. The default value is 60 seconds.
# #
# 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
# every time there is low traffic between the master and the slave.
#
# repl-timeout 60 # repl-timeout 60
################################## SECURITY ################################### ################################## SECURITY ###################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment