use process_set for related name not processes

This commit is contained in:
Nick Sweeting
2025-12-30 12:55:23 -08:00
parent 1b49ea9a0e
commit ba8c28a866
4 changed files with 7 additions and 8 deletions

View File

@@ -664,7 +664,6 @@ const CHROME_ARGS_DEFAULT = [
'--window-position=0,0',
'--hide-scrollbars', // hide scrollbars because otherwise they show up in screenshots
'--install-autogenerated-theme=169,32,85', // red border makes it easier to see which chrome window is archivebox's
'--virtual-time-budget=60000', // fast-forward all animations & timers by 60s
'--autoplay-policy=no-user-gesture-required', // auto-start videos so they trigger network requests + show up in outputs
'--disable-gesture-requirement-for-media-playback',
'--lang=en-US,en;q=0.9',