thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.24k stars 310 forks source link

make BROWSER_TIMEOUT configurable #460

Open ucarbehlul opened 2 years ago

ucarbehlul commented 2 years ago

can https://github.com/thomasdondorf/puppeteer-cluster/blob/bef1142818cba34f0d656e959ff3d0a3bf72c91e/src/concurrency/built-in/Browser.ts#L8 be configurable?

I keep hitting it and it would be much better to use sth like 10 seconds for me because of the system load on the computer.

ucarbehlul commented 2 years ago

PR https://github.com/thomasdondorf/puppeteer-cluster/pull/461