some fixes for xhr and iframe transport came to light after hunged stream test was...
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 8ebf9b5..00dd479 100644 (file)
@@ -12,6 +12,9 @@ $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
 $G_proxy_white_list = array();
 $G_alarm_passwd = "yourpasswd";
 $G_is_local = FALSE;
+
+$G_webserver_max = 120;
+
 $G_black_list = array();
 
 // is the top banner active ?
@@ -23,6 +26,9 @@ $G_with_sidebanner2 = TRUE;
 // is poll active ?
 $G_with_poll = FALSE;
 
+// this is the prefix path to remove from backtrace 
+$G_btrace_pref_sub = "/home/nastasi/web/";
+
 $G_with_splash = TRUE;
 $G_splash_interval = 25200; // 3600 * 7
 $G_splash_idx = 3;