Unverified Commit 4f9de66f authored by Simon Kotwicz's avatar Simon Kotwicz Committed by GitHub
Browse files

Fix typo in redis.conf doc (#8362)

Fix incorrect documentation about default save time
parent b548ffab
......@@ -341,7 +341,7 @@ always-show-logo no
#
# Unless specified otherwise, by default Redis will save the DB:
# * After 3600 seconds (an hour) if at least 1 key changed
# * After 300 seconds (5 minutes) if at least 10 keys changed
# * After 300 seconds (5 minutes) if at least 100 keys changed
# * After 60 seconds if at least 10000 keys changed
#
# You can set these explicitly by uncommenting the three following lines.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment