From bf08400b763906a4c5a2296bed28e1ab793ca19c Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Tue, 20 Nov 2018 14:56:42 +0100 Subject: [PATCH] Deleted maxOpenPagesPerInstance --- src/main.js | 1 - 1 file changed, 1 deletion(-) 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,