X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/28d1ee2cda01bccdd2424f8fdbb4a924de37eaa3..21661d7acc9ed525c1150f6fa55646d19f5a31d9:/redis.conf diff --git a/redis.conf b/redis.conf index b1ea6c2e..ed0e2f0e 100644 --- a/redis.conf +++ b/redis.conf @@ -447,7 +447,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-max-len 1024 +slowlog-max-len 128 ############################### ADVANCED CONFIG ###############################