]> git.saurik.com Git - redis.git/commitdiff
added more clarifications in redis.conf about ther right value to set as replication...
authorantirez <antirez@gmail.com>
Mon, 31 Oct 2011 10:17:21 +0000 (11:17 +0100)
committerantirez <antirez@gmail.com>
Mon, 31 Oct 2011 10:17:21 +0000 (11:17 +0100)
redis.conf

index fdabda06d31bc1bfc8ba9b7c157a1bc54bf78fd7..de3aa16808a2cd89fd1cc441cdc65b8831d91c17 100644 (file)
@@ -144,6 +144,10 @@ slave-serve-stale-data yes
 # 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.
 #
+# 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
 
 ################################## SECURITY ###################################