Update Watcher.ts

This commit is contained in:
flash 2016-09-27 21:44:05 +02:00
parent c1f5b5b733
commit 9422c23c8c

View file

@ -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;