wait a bit longer for backend to restart
This commit is contained in:
parent
ac38f928b4
commit
e54fae0e08
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ oml.ui.updateDialog = function() {
|
|||
oml.isRelaunching = true;
|
||||
oml.api.restart({update: true}, function(result) {
|
||||
if (result.status.code == 200) {
|
||||
setTimeout(reload, 500);
|
||||
setTimeout(reload, 1000);
|
||||
} else {
|
||||
that.options({content: $error});
|
||||
$updateButton.hide();
|
||||
|
|
Loading…
Reference in a new issue