1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-25 21:41:56 +00:00

Fix typo in redis.conf

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

@@ -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.