Skip to content

Commit

Permalink
Bug 394979 - Search Service is slow on startup. r=gavin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Flint committed Oct 6, 2008
1 parent e5b37a2 commit 253b150
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 134 deletions.
3 changes: 3 additions & 0 deletions browser/app/profile/firefox.js
Expand Up @@ -266,6 +266,9 @@ pref("browser.search.defaultenginename", "chrome://browser-region/locale/re
// disable logging for the search service by default
pref("browser.search.log", false);

// serialize search plugin XML
pref("browser.search.cache.enabled", true);

// Ordering of Search Engines in the Engine list.
pref("browser.search.order.1", "chrome://browser-region/locale/region.properties");
pref("browser.search.order.2", "chrome://browser-region/locale/region.properties");
Expand Down

0 comments on commit 253b150

Please sign in to comment.