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