Improve scan terminal freshness and AMSC overlay consistency

This commit is contained in:
2569718930@qq.com
2026-06-15 01:39:19 +08:00
parent 717786b1d8
commit c79e0f36cc
30 changed files with 924 additions and 48 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
export const DASHBOARD_REFRESH_POLICY_SEC = {
observation: 60,
metar: 5 * 60,
scanRows: 5 * 60,
scanRows: 2 * 60,
marketOverview: 10 * 60,
model: 30 * 60,
} as const;