mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-24 07:20:53 -04:00
Merge pull request #90 from vbanos/chrome-flags-performance
Add chromium CLI flags to improve capture performance
This commit is contained in:
commit
0d605d0a88
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ class Chrome:
|
|||
'--use-mock-keychain', # mac thing
|
||||
'--user-data-dir=%s' % self._chrome_user_data_dir,
|
||||
'--disable-background-networking',
|
||||
'--disable-renderer-backgrounding', '--disable-hang-monitor',
|
||||
'--disable-background-timer-throttling', '--mute-audio',
|
||||
'--disable-web-sockets', '--disable-cache',
|
||||
'--window-size=1100,900', '--no-default-browser-check',
|
||||
'--disable-first-run-ui', '--no-first-run',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue