select timeout increased
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 24 Oct 2012 05:36:13 +0000 (07:36 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 24 Oct 2012 05:36:13 +0000 (07:36 +0200)
web/Obj/sac-a-push.phh

index af056d5..04f7c5b 100644 (file)
@@ -305,7 +305,7 @@ class Sac_a_push {
             }
             $write  = NULL;
             $except = NULL;
-            $num_changed_sockets = stream_select($read, $write, $except, 0, 100000);
+            $num_changed_sockets = stream_select($read, $write, $except, 0, 500000);
         
             if ($num_changed_sockets == 0) {
                 printf(" no data in 5 secs ");