fix performance monitor worker blocking

This commit is contained in:
ekko
2026-05-23 09:17:28 +08:00
committed by ekko
parent 8c4c6d6681
commit 4092962db3
3 changed files with 80 additions and 19 deletions
@@ -69,7 +69,7 @@ function setAutoRefresh(enabled: boolean) {
timer = undefined
}
if (enabled) {
timer = setInterval(() => loadRuntime(false), 3000)
timer = setInterval(() => loadRuntime(false), 5000)
}
}