跑道观测推送及前端刷新间隔改回60秒,匹配AMSC每分钟更新频率
This commit is contained in:
@@ -165,7 +165,7 @@ export function RunwayObservationsPanel() {
|
||||
ensureCityDetail(city.key, true, "panel"),
|
||||
),
|
||||
);
|
||||
}, 300_000);
|
||||
}, 60_000);
|
||||
return () => {
|
||||
if (intervalRef.current) clearInterval(intervalRef.current);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user