mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
6 lines
212 B
JavaScript
6 lines
212 B
JavaScript
// 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;
|