mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
disable passing timeout arg to chrome because v111 is crashing when passed
This commit is contained in:
parent
1f1c70a8b1
commit
606fa397a4
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ def chrome_args(**options) -> List[str]:
|
|||
if options['RESOLUTION']:
|
||||
cmd_args += ('--window-size={}'.format(options['RESOLUTION']),)
|
||||
|
||||
if options['TIMEOUT']:
|
||||
cmd_args += ('--timeout={}'.format(options['TIMEOUT'] * 1000),)
|
||||
#if options['TIMEOUT']:
|
||||
# cmd_args += ('--timeout={}'.format(options['TIMEOUT'] * 1000),)
|
||||
|
||||
if options['CHROME_USER_DATA_DIR']:
|
||||
cmd_args.append('--user-data-dir={}'.format(options['CHROME_USER_DATA_DIR']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue