Fixed typo in redis.conf related to slow log parameters

This commit is contained in:
antirez
2011-07-03 15:49:49 +02:00
parent d229160e18
commit 847fc09855

View File

@@ -334,7 +334,7 @@ slowlog-log-slower-than 10000
# 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.
slowlog-log-len 1024
slowlog-max-len 1024
################################ VIRTUAL MEMORY ###############################