summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-07-10 15:04:34 +0200
committerantirez <antirez@gmail.com>2014-07-10 15:04:34 +0200
commit79d2f70f5cbfde6235890761d8bc9b6515883836 (patch)
treed9074f7e5b976549feadd52ef82bc99b4cef3029 /tests/assets
parente01195e90d1afd52b62071029cea5702eba4c3c3 (diff)
downloadredis-79d2f70f5cbfde6235890761d8bc9b6515883836.tar.gz
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.
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/default.conf1
1 files changed, 1 insertions, 0 deletions
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