This commit is contained in:
Your Name
2026-05-08 17:26:51 +08:00
parent daaf6c4a14
commit 1297d9f510
+1 -1
View File
@@ -960,7 +960,7 @@ function scheduleDeferredDateCounts() {
}
}
const SILENT_LIST_POLL_MS = 10_000
const SILENT_LIST_POLL_MS = 20_000
let silentListPollTimer: ReturnType<typeof setInterval> | null = null
/** 定时静默刷新:不打断表格 loading,标签页隐藏时不请求 */