From 61089c6f353e8a3d60179621c1242c068d16cca3 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:06:05 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 4ba8f34..c40379d 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -127,18 +127,6 @@ user_pref("gfx.canvas.accelerated", true); *** -### Cache Adjustments -#### Increase Size of Disk Cache -Allows the disk cache 1GB on storage. -```javascript -// PREF: increase size of disk cache -user_pref("browser.cache.disk.smart_size.enabled", false); -user_pref("browser.cache.disk.capacity", 1024000); -user_pref("browser.cache.disk.metadata_memory_limit", 1000); -``` - -*** - ### Scrolling Firefox's default scrolling [needs improvement](https://www.reddit.com/r/firefox/comments/y3wzwk/why_is_scrolling_so_janky_on_firefox/).