From 78c68fdf4027088a08b915982ae19a500d9a4e26 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 29 Oct 2012 14:07:54 +0100 Subject: [PATCH] http_streaming poll relaxed from 200 to 300 millisec --- web/xynt-http-streaming.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.17.1