mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -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/).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user