Showing
1 changed file
with
2 additions
and
1 deletions
@@ -4,7 +4,8 @@ class Util_Server_Adapter_CheckServer { | @@ -4,7 +4,8 @@ class Util_Server_Adapter_CheckServer { | ||
4 | /** | 4 | /** |
5 | * 存储Tracker延迟时间 | 5 | * 存储Tracker延迟时间 |
6 | */ | 6 | */ |
7 | - const TIMEOUT = 15; | 7 | + //const TIMEOUT = 15; |
8 | + const TIMEOUT = 2; | ||
8 | 9 | ||
9 | /** | 10 | /** |
10 | * 服务器不好的情况下检查时间(5分钟) | 11 | * 服务器不好的情况下检查时间(5分钟) |
-
Please register or login to post a comment