find matching real estates for new search request and notify
This commit is contained in:
@@ -25,6 +25,8 @@ const AWS_EMAIL_CONFIG = {
|
||||
|
||||
const MAX_REAL_ESTATES_IN_EMAIL =
|
||||
parseInt(process.env.MAX_REAL_ESTATES_IN_EMAIL) || 10;
|
||||
const MAX_REAL_ESTATES_IN_FIRST_EMAIL =
|
||||
parseInt(process.env.MAX_REAL_ESTATES_IN_FIRST_EMAIL) || 5;
|
||||
|
||||
module.exports = {
|
||||
APP_PORT,
|
||||
@@ -33,5 +35,6 @@ module.exports = {
|
||||
CRAWLER_INTERVAL,
|
||||
STOP_CRAWLER,
|
||||
AWS_EMAIL_CONFIG,
|
||||
MAX_REAL_ESTATES_IN_EMAIL
|
||||
MAX_REAL_ESTATES_IN_EMAIL,
|
||||
MAX_REAL_ESTATES_IN_FIRST_EMAIL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user