]> git.saurik.com Git - redis.git/blobdiff - redis.conf
Redis test: More reliable BRPOPLPUSH replication test.
[redis.git] / redis.conf
index bcad01e003f0217213d9449c57638a5b69957052..f5e15f69d22678f28289f249ce6618e18be6097d 100644 (file)
@@ -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 ###############################