From: antirez Date: Mon, 31 Oct 2011 10:17:21 +0000 (+0100) Subject: added more clarifications in redis.conf about ther right value to set as replication... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/85ccd576328355462a030392951fa9256589b7f6?hp=-c added more clarifications in redis.conf about ther right value to set as replication timeout. --- 85ccd576328355462a030392951fa9256589b7f6 diff --git a/redis.conf b/redis.conf index fdabda06..de3aa168 100644 --- a/redis.conf +++ b/redis.conf @@ -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 ###################################