start at 60 seconds instead of 1. servers are often behind and we want these to stand out

This commit is contained in:
Bryan Stitt 2023-10-16 15:07:20 -07:00
parent 957ecc5091
commit d329bfdc97

View File

@ -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)
}