From fdab04e7ea760288e95c843e61a0334911b097ab Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 28 Feb 2014 21:04:54 +0100 Subject: [PATCH] time adjust --- .../core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Client.php b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Client.php index 1a85f7c5..5fd275d7 100644 --- a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Client.php +++ b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Client.php @@ -153,7 +153,7 @@ class Client { $xml = $request->getXml(); - @stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 5); + @stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10); // send request $this->reqhandle++; if ($this->protocol == 1) @@ -196,7 +196,7 @@ class Client { $size = 0; $recvhandle = 0; - @stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 5); + @stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10); // Get result if ($this->protocol == 1) {