Browse Source

php - make the socket base timeout longer

master
kanoi 10 years ago
parent
commit
72ef2dc56e
  1. 2
      pool/socket.php

2
pool/socket.php

@ -9,7 +9,7 @@ function socktmo($socket, $factor)
$factor = 1; $factor = 1;
# on a slower server increase this base value # on a slower server increase this base value
$tmo = 2; $tmo = 8;
$usetmo = $tmo * $factor; $usetmo = $tmo * $factor;
$sec = floor($usetmo); $sec = floor($usetmo);

Loading…
Cancel
Save