implement RENT option for Rental; implement force crawl option
This commit is contained in:
@@ -29,5 +29,6 @@ module.exports = {
|
||||
RENTAL_CRAWLER_AD_CATEGORIES: transformedRentalCrawlerAdCategories,
|
||||
RENTAL_IGNORED_USERNAMES: rentalIgnoredUsernames || [],
|
||||
RENTAL_DELAY_BETWEEN_PAGES:
|
||||
parseInt(process.env.RENTAL_DELAY_BETWEEN_PAGES) || 1000
|
||||
parseInt(process.env.RENTAL_DELAY_BETWEEN_PAGES) || 1000,
|
||||
RENTAL_FORCE_CRAWL: !!parseInt(process.env.RENTAL_FORCE_CRAWL)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user