X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming.js;h=fe325be9c34d4162d31c1ff4280fc033d4d47e06;hb=e899765d60260fe74a860acb75571a8a88f28d6a;hp=2c43619e3658b4875e3bf9c59fb74309e62ed41a;hpb=5280d939665542e4ddee196cf3009b77e73dc0fd;p=brisk.git diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index 2c43619..fe325be 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -37,13 +37,13 @@ http_streaming.prototype = { keepalive_old: -1, keepalive_new: -1, keepalives_equal: 0, - keepalives_eq_max: 3, /* 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: 300, + /* restart after 3 * 40 * 100 millisec if server ping is missing => 12secs */ + keepalives_eq_max: 3, + watchdog_checktm: 40, + watchdog_timeout: 100, watchdog_ct: 0, - watchdog_checktm: 14, watchable: false, restart_n: 0, comm_match: /_*@BEGIN@(.*?)@END@/g,