Commit 18fe946f authored by antirez's avatar antirez
Browse files

use timeout 0 by default, as this is a common source of problems.

parent 9e68987f
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment