ISSUE
Every time a new binary is released, It almost never downloads to completion before the download times out (usually gets to 19% - 39%). Meaning I have to keep trying MULTIPLE times, hitting the servers with new requests until it succeeds, which probably puts additional strain on your servers.
This happens irrespective of whether it performs auto-download as part of the const browser = await launch({...}) code, or whether i run npm cloakbrowser install cli command.
REQUESTED FEATURE
have an optional argument that allows setting a longer time out, to allow slow downloads to complete before terminating the download.
ISSUE
Every time a new binary is released, It almost never downloads to completion before the download times out (usually gets to 19% - 39%). Meaning I have to keep trying MULTIPLE times, hitting the servers with new requests until it succeeds, which probably puts additional strain on your servers.
This happens irrespective of whether it performs auto-download as part of the
const browser = await launch({...})code, or whether i runnpm cloakbrowser installcli command.REQUESTED FEATURE
have an optional argument that allows setting a longer time out, to allow slow downloads to complete before terminating the download.