|
@@ -494,7 +494,7 @@ impl Predictor {
|
|
|
|
|
|
|
|
let flow_ratio = Decimal::ZERO;
|
|
let flow_ratio = Decimal::ZERO;
|
|
|
|
|
|
|
|
- let is_time_over_update = now - self.prev_insert_time > dec!(500);
|
|
|
|
|
|
|
+ let is_time_over_update = now - self.prev_insert_time > dec!(10);
|
|
|
if !is_time_over_update && !is_hard_update && !is_delta_changed {
|
|
if !is_time_over_update && !is_hard_update && !is_delta_changed {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|