Lower amount of notification checks

This commit is contained in:
Eduard Urbach 2018-04-13 15:26:21 +02:00
parent 36cf43f7b9
commit 1cedabb47b

View File

@ -193,7 +193,7 @@ export default class AnimeNotifier {
this.notificationManager.update() this.notificationManager.update()
// Periodically check notifications // Periodically check notifications
setInterval(() => this.notificationManager.update(), 150000) setInterval(() => this.notificationManager.update(), 300000)
} }
// Bind unload event // Bind unload event