1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

Hal
2023-11-13 12:06:05 -05:00
parent 3ea7a0b716
commit 61089c6f35
-12
@@ -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 ### Scrolling
Firefox's default scrolling [needs improvement](https://www.reddit.com/r/firefox/comments/y3wzwk/why_is_scrolling_so_janky_on_firefox/). Firefox's default scrolling [needs improvement](https://www.reddit.com/r/firefox/comments/y3wzwk/why_is_scrolling_so_janky_on_firefox/).