correct watchdog_timeout value note added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 18 Jul 2012 22:32:40 +0000 (00:32 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 18 Jul 2012 22:32:40 +0000 (00:32 +0200)
web/xynt-http-streaming.js

index fa35007..6b07966 100644 (file)
@@ -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,