mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
firmware: adjust timeout to mimic the old behaviour
This commit is contained in:
parent
69fe3b2931
commit
fac35f1448
@ -140,7 +140,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
}
|
||||
if (data['status'] == 'running' || data['status'] == 'error') {
|
||||
// schedule next poll
|
||||
setTimeout(trackStatus, 1000) ;
|
||||
setTimeout(trackStatus, 500);
|
||||
} else if (data['status'] == 'done') {
|
||||
$('#updatestatus').html("{{ lang._('Upgrade done!') }}");
|
||||
} else if (data['status'] == 'reboot') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user