Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[prefs] Stick to old cache backend
The new cache backend hasn't been implemented yet in upstream thus
disable it as it's been done in modules/libpref/init/all.js.
  • Loading branch information
rojkov committed Jan 2, 2015
1 parent 26570be commit febcb95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -119,6 +119,8 @@ pref("browser.cache.disk.max_entry_size", 4096); // kilobytes
pref("browser.cache.disk.smart_size.enabled", true);
pref("browser.cache.disk.smart_size.first_run", true);
pref("browser.cache.memory.capacity", 1024);
pref("browser.cache.use_new_backend", 0);
pref("browser.cache.use_new_backend_temp", false);

/* image cache prefs */
pref("image.cache.size", 1048576); // bytes
Expand Down

0 comments on commit febcb95

Please sign in to comment.