Extended the timeout to match the API server.

This commit is contained in:
Ada Werefox 2024-04-09 01:32:06 -05:00
parent a7313a27ce
commit 4737740e48
1 changed files with 1 additions and 1 deletions

View File

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