-
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!(core): Bump timeout to 45s, set retries to 1 (#1406)
BREAKING CHANGE: 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 in less time than that. After some testing, Reacher performs better with this setting: - each SMTP connection times out after 45s, but we don't retry over this previous setting - each SMTP connection times out after ~20s, but we do retry once (to avoid greylisting in some rare cases) Changing the default behaviour in this PR.
- Loading branch information
1 parent
db90cfa
commit 22e8e3e
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters