docs: update README with important execution note & fix: fix auto-refresh logic

This commit is contained in:
adlsdztony
2025-06-02 21:11:38 +08:00
parent 1dcb3e069b
commit e363da2fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,5 @@ function renderTasks(data) {
}
// add auto-refresh with time interval 10 seconds
setInterval(() => {
if (!isRefreshing) {
refreshPage();
}
}, 10000); // 10 seconds interval