crawler-google-places/src/consts.js

6 lines
212 B
JavaScript
Raw Normal View History

// NOTE: This is not nice, it waits for implementing default timeout into puppeteer.
exports.DEFAULT_TIMEOUT = 60 * 1000; // 60 sec
exports.LISTING_PAGINATION_KEY = 'listingState';
exports.MAX_PAGE_RETRIES = 5;