X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c11a01a030430f1bbb64e50a95dc172538acd1e0..b3f28b90d29f28458d4cb00382ff988a98750d05:/redis.conf?ds=sidebyside diff --git a/redis.conf b/redis.conf index bcad01e0..f5e15f69 100644 --- a/redis.conf +++ b/redis.conf @@ -428,7 +428,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 ###############################