mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge branch 'dev' into external-db-sync-clickhouse-default
This commit is contained in:
commit
90eb9ae523
@ -300,7 +300,7 @@ export async function lowLevelSendEmailDirectViaProvider(options: LowLevelSendEm
|
||||
}
|
||||
|
||||
return result;
|
||||
}, 5, { exponentialDelayBase: 1000 });
|
||||
}, 9, { exponentialDelayBase: 125 });
|
||||
} catch (error) {
|
||||
if (error instanceof DoNotRetryError) {
|
||||
return Result.error(error.errorObj);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user