From 18fe946f6a9dbb2a91e5679507bb24875f41feff Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 31 Oct 2011 15:43:09 +0100 Subject: [PATCH] use timeout 0 by default, as this is a common source of problems. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 8366f865..44fb536c 100644 --- a/redis.conf +++ b/redis.conf @@ -37,7 +37,7 @@ port 6379 # unixsocketperm 755 # Close the connection after a client is idle for N seconds (0 to disable) -timeout 300 +timeout 0 # Set server verbosity to 'debug' # it can be one of: