From: antirez Date: Mon, 31 Oct 2011 14:43:09 +0000 (+0100) Subject: use timeout 0 by default, as this is a common source of problems. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/aba4adb7dcf202246b2663e34b18c9968003509c use timeout 0 by default, as this is a common source of problems. --- 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: