]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 fa35007efbe1ffef8a5dbf5ac785ece32e6ed2c9..6b07966258a195ad7829cb529f03e1720bf31d25 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,