Reduced stats server timeout

This commit is contained in:
Shoghi Cervantes 2013-06-11 23:08:07 +02:00
parent 152ebcbc17
commit 5afd26b1b6

View File

@ -199,7 +199,7 @@ class ServerAPI{
"online" => count($this->server->clients),
"max" => $this->server->maxClients,
"plugins" => $plist,
), 10);
), 2);
}
public function __destruct(){