Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
18fe946f
Commit
18fe946f
authored
Oct 31, 2011
by
antirez
Browse files
use timeout 0 by default, as this is a common source of problems.
parent
9e68987f
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
18fe946f
...
@@ -37,7 +37,7 @@ port 6379
...
@@ -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
30
0
timeout
0
# Set server verbosity to 'debug'
# Set server verbosity to 'debug'
# it can be one of:
# it can be one of:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment