From: Matteo Nastasi Date: Mon, 29 Oct 2012 13:07:54 +0000 (+0100) Subject: http_streaming poll relaxed from 200 to 300 millisec X-Git-Tag: v4.0.0~17 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=78c68fdf4027088a08b915982ae19a500d9a4e26;p=brisk.git http_streaming poll relaxed from 200 to 300 millisec --- diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index 9d33629..2c43619 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -41,9 +41,9 @@ http_streaming.prototype = { /* NOTE: right watch_timeout value to 100, for devel reasons use 1000 or more */ // FIXME watchdog_timeout: 200, /* restart after 200 * 20 * 3 millisec if server ping is missing => 12secs */ - watchdog_timeout: 200, + watchdog_timeout: 300, watchdog_ct: 0, - watchdog_checktm: 20, + watchdog_checktm: 14, watchable: false, restart_n: 0, comm_match: /_*@BEGIN@(.*?)@END@/g,