Extended timeout more.
This commit is contained in:
parent
4737740e48
commit
c44506dbec
@ -122,7 +122,7 @@ async function refresh_elements() {
|
||||
}
|
||||
can_access_api_server = false;
|
||||
}
|
||||
setTimeout(refresh_elements, 1000);
|
||||
setTimeout(refresh_elements, 2000);
|
||||
}
|
||||
|
||||
async function update_if_changes(overview) {
|
||||
|
Loading…
Reference in New Issue
Block a user