From 5afd26b1b6d049a6f78f81174cf08b3661fc8055 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 11 Jun 2013 23:08:07 +0200 Subject: [PATCH] Reduced stats server timeout --- src/API/ServerAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/ServerAPI.php b/src/API/ServerAPI.php index f47b87f2c..1e684b9cd 100644 --- a/src/API/ServerAPI.php +++ b/src/API/ServerAPI.php @@ -199,7 +199,7 @@ class ServerAPI{ "online" => count($this->server->clients), "max" => $this->server->maxClients, "plugins" => $plist, - ), 10); + ), 2); } public function __destruct(){