From 79d2f70f5cbfde6235890761d8bc9b6515883836 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 10 Jul 2014 15:04:34 +0200 Subject: [PATCH] Test: enable latency monitor in the default config. This way as a side effect of running the test we also stress the latency monitor data collection. --- tests/assets/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/assets/default.conf b/tests/assets/default.conf index 902a094a5..81f8470bc 100644 --- a/tests/assets/default.conf +++ b/tests/assets/default.conf @@ -9,6 +9,7 @@ bind 127.0.0.1 loglevel verbose logfile '' databases 16 +latency-monitor-threshold 1 save 900 1 save 300 10