do not use single process in chromium

This commit is contained in:
Hongbo Wu
2023-08-02 15:58:32 +08:00
parent 63cbb3011e
commit a97fcd1e88
3 changed files with 0 additions and 3 deletions

View File

@ -121,7 +121,6 @@ async function fetchSource(url, callbackFn) {
'--no-zygote',
'--use-gl=swiftshader',
'--window-size=1920,1080',
process.env.LAUNCH_HEADLESS ? '--single-process' : '--start-maximized',
],
defaultViewport: {
deviceScaleFactor: 1,