Deleted maxOpenPagesPerInstance

This commit is contained in:
JakubDrobnik 2018-11-20 14:56:42 +01:00
parent d1e3cd4563
commit bf08400b76

View File

@ -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,