Half the backup progress polling

This commit is contained in:
Johannes Zellner
2017-03-13 13:28:14 +01:00
parent daa34c3b4d
commit 717953c162

View File

@@ -148,7 +148,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.createBackup.percent = data.backup.percent;
$scope.createBackup.message = data.backup.message;
window.setTimeout(checkIfDone, 250);
window.setTimeout(checkIfDone, 500);
});
}