diff --git a/index.js b/index.js index 770de0f..ec5e853 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ const app = express(), const limiter = rateLimit({ windowMs: 24 * 60 * 60 * 1000, // one day limit - max: 5, + max: 10, standardHeaders: true, legacyHeaders: false, });