From 9422c23c8ca4c77ef0b971683996f6e0a40009ee Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 27 Sep 2016 21:44:05 +0200 Subject: [PATCH] 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;