docs: update README with important execution note & fix: fix auto-refresh logic
This commit is contained in:
@@ -314,7 +314,5 @@ function renderTasks(data) {
|
||||
}
|
||||
// add auto-refresh with time interval 10 seconds
|
||||
setInterval(() => {
|
||||
if (!isRefreshing) {
|
||||
refreshPage();
|
||||
}
|
||||
}, 10000); // 10 seconds interval
|
||||
|
||||
Reference in New Issue
Block a user