Fix typo in redis.conf

Closes #1713
This commit is contained in:
Jan-Erik Rediger 2014-04-29 12:58:17 +02:00 committed by Matt Stancliff
parent a2583466e4
commit aa628446f2

View File

@ -279,7 +279,7 @@ repl-disable-tcp-nodelay no
# resync is enough, just passing the portion of data the slave missed while
# disconnected.
#
# The biggest the replication backlog, the longer the time the slave can be
# The bigger the replication backlog, the longer the time the slave can be
# disconnected and later be able to perform a partial resynchronization.
#
# The backlog is only allocated once there is at least a slave connected.