mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-08 15:49:46 -04:00
Merge pull request #99 from vbanos/chromium-single-process
Use single process model for chromium-browser
This commit is contained in:
commit
a914fb8461
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue