mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Reduced stats server timeout
This commit is contained in:
parent
152ebcbc17
commit
5afd26b1b6
@ -199,7 +199,7 @@ class ServerAPI{
|
|||||||
"online" => count($this->server->clients),
|
"online" => count($this->server->clients),
|
||||||
"max" => $this->server->maxClients,
|
"max" => $this->server->maxClients,
|
||||||
"plugins" => $plist,
|
"plugins" => $plist,
|
||||||
), 10);
|
), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __destruct(){
|
public function __destruct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user