start at 60 seconds instead of 1. servers are often behind and we want these to stand out
This commit is contained in:
parent
957ecc5091
commit
d329bfdc97
@ -54,7 +54,7 @@ impl Default for EwmaLatency {
|
||||
let span = 10.0;
|
||||
|
||||
// TODO: what should the defautt start be?
|
||||
let start = 1.0;
|
||||
let start = 60.0;
|
||||
|
||||
Self::new(span, start)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user