implement RENT option for Aktido; implement force crawl option
This commit is contained in:
@@ -29,5 +29,6 @@ module.exports = {
|
||||
AKTIDO_CRAWLER_AD_CATEGORIES: transformedAktidoCrawlerAdCategories,
|
||||
AKTIDO_IGNORED_USERNAMES: aktidoIgnoredUsernames || [],
|
||||
AKTIDO_DELAY_BETWEEN_PAGES:
|
||||
parseInt(process.env.AKTIDO_DELAY_BETWEEN_PAGES) || 1000
|
||||
parseInt(process.env.AKTIDO_DELAY_BETWEEN_PAGES) || 1000,
|
||||
AKTIDO_FORCE_CRAWL: !!parseInt(process.env.AKTIDO_FORCE_CRAWL)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user