mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Increase email retries further
This commit is contained in:
parent
6107c67335
commit
23b2078d9e
@ -300,7 +300,7 @@ export async function lowLevelSendEmailDirectViaProvider(options: LowLevelSendEm
|
||||
}
|
||||
|
||||
return result;
|
||||
}, 5, { exponentialDelayBase: 1000 });
|
||||
}, 7, { exponentialDelayBase: 125 });
|
||||
} catch (error) {
|
||||
if (error instanceof DoNotRetryError) {
|
||||
return Result.error(error.errorObj);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user