Update Watcher.ts

This commit is contained in:
flash 2016-09-27 21:44:05 +02:00 committed by GitHub
parent 5bd6f807a3
commit 2707c926c1

View file

@ -4,7 +4,7 @@ namespace NP
{ {
private static Fetcher: AJAX = null; private static Fetcher: AJAX = null;
private static CheckIntervalId: number = 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 GetPath: string = "/get.php";
private static User: string = null; private static User: string = null;