diff options
author | antirez <antirez@gmail.com> | 2011-10-31 11:17:21 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-10-31 11:17:21 +0100 |
commit | 85ccd576328355462a030392951fa9256589b7f6 (patch) | |
tree | ccf42cfbc93ddceffdcc6100b4f70fe30e24c4a3 /redis.conf | |
parent | aeecbdfae3e410959b396ab72d652673aea5c59a (diff) | |
download | redis-85ccd576328355462a030392951fa9256589b7f6.tar.gz |
added more clarifications in redis.conf about ther right value to set as replication timeout.
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf index fdabda06d..de3aa1680 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 ################################### |