Disable check for update with interval

This commit is contained in:
Lorenz Hilpert
2022-05-24 17:44:19 +02:00
parent 7409d096fe
commit 90afcc008d

View File

@@ -73,9 +73,9 @@ export class AppComponent implements OnInit {
checkForUpdate() {
interval(this._checkForUpdates).subscribe(() => {
this._swUpdate.checkForUpdate().then(() => {
this._notifications.updateNotification();
});
// this._swUpdate.checkForUpdate().then(() => {
// this._notifications.updateNotification();
// });
});
}