refactor: remove all rate limiting across the application (Task 11)

This commit is contained in:
2026-05-28 00:24:33 +08:00
parent ea4907cf4b
commit 893f6356c6
8 changed files with 67 additions and 286 deletions
+1 -3
View File
@@ -82,9 +82,7 @@ export const auth = betterAuth({
},
trustedOrigins,
rateLimit: {
enabled: true,
window: 60,
max: 100
enabled: false,
},
session: {
expiresIn: 60 * 60 * 24 * 7,