From ae93d2f03d519222070d250d1b75c9f6bb9adb9e Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 13 Nov 2019 16:52:55 +0100 Subject: [PATCH] update ENV variable description --- development.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development.env b/development.env index 901c309..795b5d9 100644 --- a/development.env +++ b/development.env @@ -41,8 +41,8 @@ RENTAL_IGNORED_USERNAMES=!!! This is not used for rental crawler !!! RENTAL_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page RENTAL_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found #==PROSTOR== -PROSTOR_MAX_PAGES=!!! This is not used for prostor crawler !!! -PROSTOR_MAX_RESULTS_PER_PAGE=For Prostor crawler, this represents MAX RESULTS in total +PROSTOR_MAX_PAGES=For Prostor crawler, this is MAX number of ads to crawl in total +PROSTOR_MAX_RESULTS_PER_PAGE=For Prostor crawler, this represents how many ads are crawled at once PROSTOR_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values PROSTOR_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values PROSTOR_IGNORED_USERNAMES=!!! This is not used for prostor crawler !!!