skyffire 9 mesi fa
parent
commit
a306f00a89
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      strategy/src/predictor.rs

+ 1 - 1
strategy/src/predictor.rs

@@ -494,7 +494,7 @@ impl Predictor {
 
         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 {
             return;
         }