requestHandlerTimeoutSecs
like so:const crawler = new PlaywrightCrawler({ requestHandler: router, browserPoolOptions: { maxOpenPagesPerBrowser: 4, }, requestHandlerTimeoutSecs: 3600, })
requestHandlerTimeoutSecs
applies to each page, not the overall crawl. It's the timeout for the requestHandler
function.