tweaks
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Jun 2006 17:33:08 +0000 (17:33 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Jun 2006 17:33:08 +0000 (17:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4844 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/defaults/preferences/prefs.js

index 758f22a..8621a93 100644 (file)
@@ -8,6 +8,10 @@ pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/ma
 // This one just makes things speedier.  We use a lot of XMLHttpRequest
 pref("network.http.max-persistent-connections-per-server",8);
 
+// more speed-up attempts
+pref("content.maxtextrun",16385);
+pref("browser.display.show_image_placeholders", false);
+
 // 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);