Commit 208092ad authored by antirez's avatar antirez
Browse files

Fixed typo in redis.conf related to slow log parameters

parent 5a9dd97c
...@@ -334,7 +334,7 @@ slowlog-log-slower-than 10000 ...@@ -334,7 +334,7 @@ slowlog-log-slower-than 10000
# There is no limit to this length. Just be aware that it will consume memory. # There is no limit to this length. Just be aware that it will consume memory.
# You can reclaim memory used by the slow log with SLOWLOG RESET. # You can reclaim memory used by the slow log with SLOWLOG RESET.
slowlog-log-len 1024 slowlog-max-len 1024
############################### ADVANCED CONFIG ############################### ############################### ADVANCED CONFIG ###############################
......
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