mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
virtual-time-budget doesnt work with some chrome stuff
This commit is contained in:
parent
62078a77f8
commit
9f05cf8283
2 changed files with 7 additions and 4 deletions
|
@ -241,7 +241,6 @@ def chrome_args(**options) -> List[str]:
|
|||
'--disable-dev-shm-usage',
|
||||
'--disable-software-rasterizer',
|
||||
'--run-all-compositor-stages-before-draw',
|
||||
f'--virtual-time-budget={options["TIMEOUT"] * 1000}',
|
||||
'--hide-scrollbars',
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue