Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from rubyisbeautiful/utilize_timeout_param
Browse files Browse the repository at this point in the history
use already existing redis_timeout param in redis.conf.erb template
  • Loading branch information
dwerder committed Jul 16, 2015
2 parents 3236f41 + 9997e7c commit 3e920e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/redis.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bind <%= @redis_ip %>
# unixsocket /var/run/redis/redis.sock

# Close the connection after a client is idle for N seconds (0 to disable)
timeout 0
timeout <%= @redis_timeout %>

# Set server verbosity to 'debug'
# it can be one of:
Expand Down

0 comments on commit 3e920e3

Please sign in to comment.