mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
use timeout 0 by default, as this is a common source of problems.
This commit is contained in:
parent
404cd6450d
commit
aba4adb7dc
@ -37,7 +37,7 @@ port 6379
|
|||||||
# unixsocketperm 755
|
# unixsocketperm 755
|
||||||
|
|
||||||
# Close the connection after a client is idle for N seconds (0 to disable)
|
# Close the connection after a client is idle for N seconds (0 to disable)
|
||||||
timeout 300
|
timeout 0
|
||||||
|
|
||||||
# Set server verbosity to 'debug'
|
# Set server verbosity to 'debug'
|
||||||
# it can be one of:
|
# it can be one of:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user