@@ -42,7 +42,7 @@ REDIS_MAXMEMORY = 1gb # ( REQUIRED ) Max memory used by redis, adjust it dep
4242REDIS_DB = 0 # ( REQUIRED ) Redis db
4343REDIS_TLS = false # ( REQUIRED ) Enable or disable TLS for Redis
4444REDIS_EXPIRATION_TIMEOUT = 7776000 # ( REQUIRED ) Expiration timeout (90 days ) for Redis entries
45- REDIS_CONSUMER_BATCH_SIZE = 100 # ( REQUIRED ) The entries to read from each stream
45+ REDIS_CONSUMER_BATCH_SIZE = 200 # ( REQUIRED ) The entries to read from each stream
4646
4747
4848# ==============| API - REDIS CHANNELS, STREAMS |============= #
@@ -52,7 +52,7 @@ REDIS_SIGNATURE_STREAM_CONSUMER_GROUP = 'email-signature-consumer-group'
5252REDIS_CLEANING_STREAM_CONSUMER_GROUP = 'email-verification-consumer-group' # consumer group for cleaning worker
5353REDIS_EXTRACTING_STREAM_CONSUMER_GROUP = 'email-messages-consumer-group' # Consumer group for extracting worker
5454REDIS_EMAIL_SIGNATURE_CONSUMER_BATCH_SIZE = 500
55- REDIS_EMAIL_VERIFICATION_CONSUMER_BATCH_SIZE = 500
55+ REDIS_EMAIL_VERIFICATION_CONSUMER_BATCH_SIZE = 1000
5656
5757
5858# ==============| API - OAUTH CONFIG |============= #
@@ -111,14 +111,14 @@ REACHER_RATE_LIMITER_INTERVAL = 60000 # 1 minute
111111# - EnrichLayer: https://enrichlayer.com/docs/pc/#enrich-layer-overview
112112#
113113THEDIG_URL = http://127.0.0.1:8083/thedig/
114- THEDIG_API_KEY = _
114+ THEDIG_API_KEY = test-api-key
115115
116116VOILANORBERT_URL = http://127.0.0.1:8083/voilanorbert/2018-01-08/
117117VOILANORBERT_USERNAME = any_string
118118VOILANORBERT_API_KEY = test-api-key
119119
120- ENRICH_LAYER_URL = https ://enrichlayer.com /
121- ENRICH_LAYER_API_KEY = _
120+ ENRICH_LAYER_URL = http ://127.0.0.1:8083/enrichlayer /
121+ ENRICH_LAYER_API_KEY = test-api-key
122122
123123
124124# ==============| THIRD-PARTY - IMAP EMAIL FETCHING SERVICE |============= #
0 commit comments