From aa628446f211d1abcdfaab4fcefe8f1572e0335e Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 29 Apr 2014 12:58:17 +0200 Subject: [PATCH] Fix typo in redis.conf Closes #1713 --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 02602813..607d8ddd 100644 --- a/redis.conf +++ b/redis.conf @@ -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.