From c1f5b5b733cb0bf67efda356bf5919ee359e996f Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 1 Jul 2016 22:16:07 +0200 Subject: [PATCH 1/2] this setting isn't actually used --- config.example.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/config.example.ini b/config.example.ini index fca056c..04f37c7 100644 --- a/config.example.ini +++ b/config.example.ini @@ -1,2 +1 @@ api_key = your api key here -endpoint = https://ws.audioscrobbler.com/2.0/ From 9422c23c8ca4c77ef0b971683996f6e0a40009ee Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 27 Sep 2016 21:44:05 +0200 Subject: [PATCH 2/2] Update Watcher.ts --- src/typescript/Watcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typescript/Watcher.ts b/src/typescript/Watcher.ts index deac7ea..7a630e2 100644 --- a/src/typescript/Watcher.ts +++ b/src/typescript/Watcher.ts @@ -4,7 +4,7 @@ namespace NP { private static Fetcher: AJAX = null; private static CheckIntervalId: number = null; - private static CheckTimeout: number = 60 * 1000; + private static CheckTimeout: number = 15 * 1000; private static GetPath: string = "/get.php"; private static User: string = null;