mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +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),
|
||||
"max" => $this->server->maxClients,
|
||||
"plugins" => $plist,
|
||||
), 10);
|
||||
), 2);
|
||||
}
|
||||
|
||||
public function __destruct(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user