From: Matteo Nastasi Date: Tue, 31 Jul 2012 13:12:20 +0000 (+0200) Subject: doubled the watchdog timeout X-Git-Tag: v4.0.0~72 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=0490e2acbf180176c3b04a72d55b1c56c016f92b;p=brisk.git doubled the watchdog timeout --- diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index 6b07966..a6946d3 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -39,7 +39,7 @@ http_streaming.prototype = { 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_timeout: 200, watchdog_ct: 0, watchdog_checktm: 20, watchable: false,