From 7755c2d3e9fb3f1e57e4a76f3588b41c14e065c0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 19 Jul 2012 00:32:40 +0200 Subject: [PATCH] correct watchdog_timeout value note added --- web/xynt-http-streaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index fa35007..6b07966 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -38,6 +38,7 @@ http_streaming.prototype = { keepalive_new: -1, keepalives_equal: 0, keepalives_eq_max: 6, + /* NOTE: right watch_timeout value to 100, for devel reasons use 1000 or more */ watchdog_timeout: 100, watchdog_ct: 0, watchdog_checktm: 20, -- 2.17.1