http_streaming poll relaxed from 200 to 300 millisec
[brisk.git] / web / Obj / brisk.phh
index 62946ed..d2b7173 100644 (file)
@@ -923,7 +923,8 @@ class Room {
         $ret .= sprintf('tra.rem(%d); ', $i);
     }
     $ret .= $this->standup_content($user);
-    
+    $ret .= "setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); ";
+
     return ($ret);
   }