is it POEM if the end result is still slow? :)
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 Jul 2005 07:08:34 +0000 (07:08 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 Jul 2005 07:08:34 +0000 (07:08 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1175 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/defaults/preferences/evergreen.js

index a03eec9..11d142f 100644 (file)
@@ -7,3 +7,7 @@ pref("toolkit.defaultChromeURI", "chrome://evergreen/content/auth/auth.xul");
 
 // This one just makes things speedier.  We use a lot of XMLHttpRequest
 pref("network.http.max-persistent-connections-per-server",8);
+
+// This stops the unresponsive script warning, but the code is still too slow for some reason.
+// However, it's better than POEM, which I wasted a day on :)
+pref("dom.max_script_run_time",60);