commit cda46d8342b609c19600880e6e83a6e58783e9f4
parent 2182bdfbe81410513ac1a58c675ad9d5a798580a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 11 Aug 2017 06:38:59 +1200
1107: dom.ipc.processCount.file
FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=1352359
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -627,6 +627,8 @@ user_pref("browser.tabs.remote.separateFileUriProcess", true);
user_pref("dom.ipc.shims.enabledWarnings", true);
/* 1106: control number of WebExtension processes ***/
// user_pref("dom.ipc.processCount.extension", 1);
+/* 1107: control number of file processes ***/
+ // user_pref("dom.ipc.processCount.file", 1);
/* 1110: set sandbox level. DO NOT MEDDLE WITH THESE. They are included to inform you NOT to play
* with them. The values are integers, but the code below deliberately contains a data mismatch
* [1] https://wiki.mozilla.org/Sandbox