Skip to content

Commit

Permalink
Fix Chromium 124 startup timeout. Resolves #390
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Apr 28, 2024
1 parent d2978ae commit afcf312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const launchArgs: Parameters<typeof puppeteer.launch>[0] = {
'--no-sandbox', // For Docker root user
'--disable-dev-shm-usage', // https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#tips
'--no-zygote', // https://github.com/puppeteer/puppeteer/issues/1825#issuecomment-636478077
'--single-process',
// For debugging in Docker
// '--remote-debugging-port=3001',
// '--remote-debugging-address=0.0.0.0', // Change devtools url to localhost
Expand Down

0 comments on commit afcf312

Please sign in to comment.