mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ bind 127.0.0.1
|
|||
loglevel verbose
|
||||
logfile ''
|
||||
databases 16
|
||||
latency-monitor-threshold 1
|
||||
|
||||
save 900 1
|
||||
save 300 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue