bumped up degraded time
This commit is contained in:
parent
c226d10d58
commit
a3d8a6fd06
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use std::{collections::VecDeque, sync, time::Duration};
|
use std::{collections::VecDeque, sync, time::Duration};
|
||||||
|
|
||||||
const MAX_RECORDED_TIMES: usize = 10;
|
const MAX_RECORDED_TIMES: usize = 10;
|
||||||
const DEGRADED_TRACKER_TIME: u128 = 100;
|
const DEGRADED_TRACKER_TIME: u128 = 150;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct TrackerMetrics {
|
pub struct TrackerMetrics {
|
||||||
|
|
Loading…
Reference in a new issue