From 72ef2dc56eddcd7470fd50db81304560a76831c3 Mon Sep 17 00:00:00 2001 From: kanoi Date: Thu, 11 Dec 2014 16:51:40 +1100 Subject: [PATCH] php - make the socket base timeout longer --- pool/socket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/socket.php b/pool/socket.php index 46f96d69..202dc9c9 100644 --- a/pool/socket.php +++ b/pool/socket.php @@ -9,7 +9,7 @@ function socktmo($socket, $factor) $factor = 1; # on a slower server increase this base value - $tmo = 2; + $tmo = 8; $usetmo = $tmo * $factor; $sec = floor($usetmo);