mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Deleted maxOpenPagesPerInstance
This commit is contained in:
parent
d1e3cd4563
commit
bf08400b76
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user