Extended the timeout to match the API server.
This commit is contained in:
parent
a7313a27ce
commit
4737740e48
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user