mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Force dom.ipc.processCount to 1
This commit is contained in:
parent
0736449aed
commit
ce90f5fb13
@ -242,7 +242,6 @@ function defaultProfilePreferences(
|
|||||||
'browser.tabs.warnOnCloseOtherTabs': false,
|
'browser.tabs.warnOnCloseOtherTabs': false,
|
||||||
// Do not warn when multiple tabs will be opened
|
// Do not warn when multiple tabs will be opened
|
||||||
'browser.tabs.warnOnOpen': false,
|
'browser.tabs.warnOnOpen': false,
|
||||||
'browser.tabs.remote.unloadDelayMs': 2500,
|
|
||||||
|
|
||||||
// Do not automatically offer translations, as tests do not expect this.
|
// Do not automatically offer translations, as tests do not expect this.
|
||||||
'browser.translations.automaticallyPopup': false,
|
'browser.translations.automaticallyPopup': false,
|
||||||
@ -281,6 +280,7 @@ function defaultProfilePreferences(
|
|||||||
|
|
||||||
// Disable the ProcessHangMonitor
|
// Disable the ProcessHangMonitor
|
||||||
'dom.ipc.reportProcessHangs': false,
|
'dom.ipc.reportProcessHangs': false,
|
||||||
|
'dom.ipc.processCount': 1,
|
||||||
|
|
||||||
// Disable slow script dialogues
|
// Disable slow script dialogues
|
||||||
'dom.max_chrome_script_run_time': 0,
|
'dom.max_chrome_script_run_time': 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user