]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
doubled the watchdog timeout
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Tue, 31 Jul 2012 13:12:20 +0000 (15:12 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Tue, 31 Jul 2012 13:12:20 +0000 (15:12 +0200)
web/xynt-http-streaming.js

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