diff --git a/src/main.js b/src/main.js index a2be6fe..5c9b9be 100644 --- a/src/main.js +++ b/src/main.js @@ -54,7 +54,6 @@ Apify.main(async () => { let listingPagination = await Apify.getValue(LISTING_PAGINATION_KEY) || {}; const crawler = new Apify.PuppeteerCrawler({ - maxOpenPagesPerInstance: 1, // NOTE: Ensure that we rotate IP after each request launchPuppeteerOptions: { useApifyProxy: true, useChrome: true,