refactored the admin.css

This commit is contained in:
2025-08-16 00:04:05 -06:00
parent a96318f19e
commit 26717f89f7
20 changed files with 6152 additions and 3020 deletions

View File

@@ -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,