http_streaming poll relaxed from 200 to 300 millisec
[brisk.git] / web / xynt-http-streaming.js
index 9d33629..2c43619 100644 (file)
@@ -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,