@ -71,6 +71,11 @@ app.use(
}),
);
const limiter = rateLimit({
windowMs: 15 * 60 * 1000,
max: 5000,
});
app.use(limiter);
/* ========================
The note is not visible to the blocked user.