chendeben %!s(int64=8) %!d(string=hai) anos
pai
achega
73b21236d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      App/Script/Controller/Server.php

+ 1 - 1
App/Script/Controller/Server.php

@@ -111,7 +111,7 @@ class Server extends Controller
         socket_set_nonblock($sock);
         socket_connect($sock, $ip, $port);
         socket_set_block($sock);
-        $status = socket_select($r = array($sock), $w = array($sock), $f = array($sock), 3);
+        $status = socket_select($r = array($sock), $w = array($sock), $f = array($sock), 10);
         return $status;
     }
 }