1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-23 16:56:13 +02:00

1007: bump to 64mb, see #941

This commit is contained in:
Thorin-Oakenpants 2020-08-03 22:50:58 +00:00 committed by GitHub
parent bc832575d8
commit 8c2bcc0352
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,7 +587,7 @@ user_pref("browser.cache.disk.enable", false);
/* 1007: disable media cache from writing to disk in Private Browsing
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
user_pref("media.memory_cache_max_size", 16384);
user_pref("media.memory_cache_max_size", 65536);
/** SESSIONS & SESSION RESTORE ***/
/* 1020: exclude "Undo Closed Tabs" in Session Restore ***/