mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
Merge pull request #99 from vbanos/chromium-single-process
Use single process model for chromium-browser
This commit is contained in:
commit
a914fb8461
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user