updateweb
This commit is contained in:
@@ -24,8 +24,8 @@ const RATE_LIMITS = {
|
||||
max: 100,
|
||||
},
|
||||
AUTH: {
|
||||
windowMs: 15 * 60 * 1000,
|
||||
max: 5,
|
||||
windowMs: 15 * 60 * 1000, // 15 minutes
|
||||
max: 50, // Increased from 5 to 50 for development
|
||||
},
|
||||
UPLOAD: {
|
||||
windowMs: 60 * 60 * 1000, // 1 hour
|
||||
|
||||
Reference in New Issue
Block a user