bumped up degraded time

This commit is contained in:
Nickiel12 2024-06-03 11:11:02 -07:00
parent c226d10d58
commit a3d8a6fd06

View file

@ -1,7 +1,7 @@
use std::{collections::VecDeque, sync, time::Duration};
const MAX_RECORDED_TIMES: usize = 10;
const DEGRADED_TRACKER_TIME: u128 = 100;
const DEGRADED_TRACKER_TIME: u128 = 150;
#[derive(Debug)]
pub struct TrackerMetrics {