Skip to content

Commit

Permalink
we have to bgsave more often: sync is only done after a bgsave
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 3, 2011
1 parent 5f682e7 commit 26e8d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ databases 16
#
# Note: you can disable saving at all commenting all the "save" lines.

save 900 100
#save 300 1000
save 900 1
save 300 1000
#save 60 100000

# Compress string objects using LZF when dump .rdb databases?
Expand Down

0 comments on commit 26e8d06

Please sign in to comment.