mirror of https://mirror.osredm.com/root/redis.git
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.
This commit is contained in:
parent
e01195e90d
commit
79d2f70f5c
|
@ -9,6 +9,7 @@ bind 127.0.0.1
|
||||||
loglevel verbose
|
loglevel verbose
|
||||||
logfile ''
|
logfile ''
|
||||||
databases 16
|
databases 16
|
||||||
|
latency-monitor-threshold 1
|
||||||
|
|
||||||
save 900 1
|
save 900 1
|
||||||
save 300 10
|
save 300 10
|
||||||
|
|
Loading…
Reference in New Issue