From 1cedabb47b79d09a4fc5bb028d7ba1b7c7f70044 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 13 Apr 2018 15:26:21 +0200 Subject: [PATCH] Lower amount of notification checks --- scripts/AnimeNotifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index 58fdedf1..7e693a54 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -193,7 +193,7 @@ export default class AnimeNotifier { this.notificationManager.update() // Periodically check notifications - setInterval(() => this.notificationManager.update(), 150000) + setInterval(() => this.notificationManager.update(), 300000) } // Bind unload event