fix: 优化数据
This commit is contained in:
@@ -31,7 +31,7 @@ function broadcastSituation() {
|
||||
})
|
||||
} catch (_) {}
|
||||
}
|
||||
setInterval(broadcastSituation, 5000)
|
||||
setInterval(broadcastSituation, 3000)
|
||||
|
||||
// 供爬虫调用:更新 situation.updated_at 并立即广播
|
||||
function notifyCrawlerUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user