fix: revoke permission if failed to send email (#4279)

This commit is contained in:
DarkSky
2023-09-08 14:21:38 +08:00
committed by GitHub
parent 538c150950
commit b261d97ed2
2 changed files with 56 additions and 23 deletions

View File

@@ -205,7 +205,7 @@ export interface AFFiNEConfig {
ttl: number;
/**
* How many requests can be made in the given time frame
* @default 60
* @default 120
* @env THROTTLE_LIMIT
*/
limit: number;