From: Matteo Nastasi (mop) Date: Wed, 24 Oct 2012 05:36:13 +0000 (+0200) Subject: select timeout increased X-Git-Tag: v4.0.0~31 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=08732a9357cd0e1732af220c04138d8eec1331f7;p=brisk.git select timeout increased --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index af056d5..04f7c5b 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -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 ");