diff --git a/config.example.ini b/config.example.ini new file mode 100644 index 0000000..04f37c7 --- /dev/null +++ b/config.example.ini @@ -0,0 +1 @@ +api_key = your api key here 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;