Lower amount of notification checks
This commit is contained in:
parent
36cf43f7b9
commit
1cedabb47b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user