|
|
@@ -75,7 +75,7 @@ pub async fn run_listener(is_shutdown_arc: Arc<AtomicBool>) {
|
|
|
let mut indicator_map = INDICATOR_MAP.lock().await;
|
|
|
indicator_map.insert(symbol, msv);
|
|
|
}
|
|
|
- tokio::time::sleep(Duration::from_secs(60)).await;
|
|
|
+ tokio::time::sleep(Duration::from_secs(55)).await;
|
|
|
}
|
|
|
});
|
|
|
// 定时删除数据
|