more friends fixes
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 32s

This commit is contained in:
2026-01-30 17:39:28 -05:00
parent 8ad834d778
commit 754badc60f
2 changed files with 18 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ const authLimiter = rateLimit({
});
const apiLimiter = rateLimit({
windowMs: 15 * 60 * 1000, // 15 minutes
windowMs: 5 * 60 * 1000, // 5 minutes
max: 100, // 100 requests per window
message: { error: 'Too many requests, please try again later.' },
standardHeaders: true,