From 24e7edb1aaa89c8dec4b0bb08da2684d102a5439 Mon Sep 17 00:00:00 2001 From: Cay Date: Sun, 15 Mar 2026 11:54:51 +0000 Subject: [PATCH] =?UTF-8?q?rate-limit=20erh=C3=B6ht=20auf=205000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 70c53e3..9b3eb27 100644 --- a/app.js +++ b/app.js @@ -61,7 +61,6 @@ app.use( const limiter = rateLimit({ windowMs: 15 * 60 * 1000, - max: 100, }); app.use(limiter);