From aba4adb7dcf202246b2663e34b18c9968003509c 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 de3aa168..6663a4ec 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: -- 2.47.2