refactored the admin.css
This commit is contained in:
@@ -11,7 +11,7 @@ const keyGenerator = (req) => {
|
||||
// General API rate limiter
|
||||
const apiLimiter = rateLimit({
|
||||
windowMs: 15 * 60 * 1000, // 15 minutes
|
||||
max: 100,
|
||||
max: 300, // Increased from 100 to 300 to accommodate auto-refresh and multiple users
|
||||
keyGenerator,
|
||||
standardHeaders: true,
|
||||
legacyHeaders: false,
|
||||
|
||||
Reference in New Issue
Block a user