mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-14 17:37:58 +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;
|