Skip to content

Commit e78a8bf

Browse files
committed
Update
1 parent 402c5f2 commit e78a8bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firefox/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
Increase the amount of RAM used for caching:
66

7-
browser.cache.memory.capacity | 128
7+
| browser.cache.memory.capacity | 128
88

99
Move on-disk browser cache to [RAM disk](/ubihazard/macos-scripts/blob/main/.local/bin/ramdisk):
1010

11-
browser.cache.disk.parent_directory | /Volumes/RAM
11+
| browser.cache.disk.parent_directory | /Volumes/RAM
1212

1313
Enable compact UI density mode (right click -> “Customize Toolbar...”):
1414

15-
browser.compactmode.show | true
15+
| browser.compactmode.show | true
1616

1717
## Disable auto-update prompts
1818

1919
In the past auto-update prompts could be disabled with:
2020

21-
app.update.silent | true
21+
| app.update.silent | true
2222

2323
But this doesn‘t seem to work anymore.
2424

0 commit comments

Comments
 (0)