Skip to content

Commit

Permalink
[embedlite] Enable new cache backend. Fixes JB#35436
Browse files Browse the repository at this point in the history
Caching did not work properly with old backend. New cache backend
is working nicely. So let's use the default values (all.js).
  • Loading branch information
rainemak committed Jun 8, 2016
1 parent ba77216 commit 49c8973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embedding/embedlite/embedding.js
Expand Up @@ -131,8 +131,6 @@ 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 49c8973

Please sign in to comment.