Update Watcher.ts
This commit is contained in:
parent
c1f5b5b733
commit
9422c23c8c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue