From: Matteo Nastasi (mop) Date: Wed, 18 Jul 2012 22:32:40 +0000 (+0200) Subject: correct watchdog_timeout value note added X-Git-Tag: v4.0.0~87 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=7755c2d3e9fb3f1e57e4a76f3588b41c14e065c0;p=brisk.git correct watchdog_timeout value note added --- 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,