Skip to content

Commit

Permalink
Disable saving by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopes committed Apr 25, 2013
1 parent 14a0280 commit a35e409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/default/redis.conf.erb
Expand Up @@ -65,9 +65,9 @@ databases <%= @databases %>
#
# Note: you can disable saving at all commenting all the "save" lines.

save 900 1
save 300 10
save 60 10000
# save 900 1
# save 300 10
# save 60 10000

# Compress string objects using LZF when dump .rdb databases?
# For default that's set to 'yes' as it's almost always a win.
Expand Down

0 comments on commit a35e409

Please sign in to comment.