plugin-backend #1

Merged
ada merged 34 commits from plugin-backend into main 2024-05-01 00:21:12 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4737740e48 - Show all commits

View File

@ -122,7 +122,7 @@ async function refresh_elements() {
}
can_access_api_server = false;
}
setTimeout(refresh_elements, 500);
setTimeout(refresh_elements, 1000);
}
async function update_if_changes(overview) {