File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ REACHER_HOTMAIL_USE_HEADLESS =true
8888REACHER_GMAIL_USE_API =true
8989# REACHER_YAHOO_USE_API =
9090REACHER_RATE_LIMITER_REQUESTS = 60
91- REACHER_RATE_LIMITER_INTERVAL = 60 * 1000
91+ REACHER_RATE_LIMITER_INTERVAL = 60000 # 1 minute
9292# Mailercheck: https://developers.mailercheck.com/
9393# MAILERCHECK_API_KEY =
9494# Zerobounce: https://www.zerobounce.net/docs/email-validation-api-quickstart/
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ REACHER_HOTMAIL_USE_HEADLESS = true
8888REACHER_GMAIL_USE_API = true
8989# REACHER_YAHOO_USE_API =
9090REACHER_RATE_LIMITER_REQUESTS = 60
91- REACHER_RATE_LIMITER_INTERVAL = 60 * 1000
91+ REACHER_RATE_LIMITER_INTERVAL = 60000 # 1 minute
9292
9393# Mailercheck: https://developers.mailercheck.com/
9494MAILERCHECK_API_KEY =
You can’t perform that action at this time.
0 commit comments