mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Updated pageFunction timeout
This commit is contained in:
parent
9ab8642b28
commit
d4bd1748a1
|
|
@ -104,7 +104,7 @@ Apify.main(async () => {
|
|||
const crawler = new Apify.PuppeteerCrawler({
|
||||
launchPuppeteerOptions,
|
||||
requestQueue,
|
||||
handlePageTimeoutSecs: 1800, // We are adding all links to queue on startUrl
|
||||
handlePageTimeoutSecs: 600,
|
||||
handlePageFunction: async ({ request, page }) => {
|
||||
const { label } = request.userData;
|
||||
console.log(`Open ${request.url} with label: ${label}`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user