Merge pull request #99 from vbanos/chromium-single-process

Use single process model for chromium-browser
This commit is contained in:
Noah Levitt 2018-03-05 12:06:20 -08:00 committed by GitHub
commit a914fb8461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ class Chrome:
'--disable-background-networking',
'--disable-renderer-backgrounding', '--disable-hang-monitor',
'--disable-background-timer-throttling', '--mute-audio',
'--disable-web-sockets', '--disable-cache',
'--disable-web-sockets', '--disable-cache', '--single-process',
'--window-size=1100,900', '--no-default-browser-check',
'--disable-first-run-ui', '--no-first-run',
'--homepage=about:blank', '--disable-direct-npapi-requests',