reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.23k stars 327 forks source link

fix!(core): Bump timeout to 45s, set retries to 1 #1406

Closed amaury1093 closed 7 months ago

amaury1093 commented 7 months ago

Vercel functions (used by https://app.reacher.email) usually timeout with a 504 error within less than 60s. So we should absolutely make a verification less than that.

After some testing, Reacher performs better with this setting:

Changing the default behaviour in this PR.