Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sq
  • Loading branch information
rainemak committed Nov 2, 2020
1 parent 4e27336 commit 973fb78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embedding/embedlite/embedding.js
Expand Up @@ -133,13 +133,11 @@ pref("browser.viewport.desktopWidth", 980);
pref("browser.viewport.defaultZoom", -1);

/* cache prefs */
pref("browser.cache.disk.enable", true);
pref("browser.cache.disk.capacity", 20480); // kilobytes
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.enable", true);
pref("browser.cache.memory.capacity", 1024); // kilobytes
pref("browser.cache.memory_limit", 5120); // 5 MB

Expand Down

0 comments on commit 973fb78

Please sign in to comment.