]> git.saurik.com Git - redis.git/commitdiff
use timeout 0 by default, as this is a common source of problems.
authorantirez <antirez@gmail.com>
Mon, 31 Oct 2011 14:43:09 +0000 (15:43 +0100)
committerantirez <antirez@gmail.com>
Mon, 31 Oct 2011 14:43:09 +0000 (15:43 +0100)
redis.conf

index de3aa16808a2cd89fd1cc441cdc65b8831d91c17..6663a4ec89da056b87ab9a8466b2cd6f59e7a08e 100644 (file)
@@ -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: