@@ -44,7 +44,7 @@ mongoose.connection.on("error", err => {
throw err;
});
app.use(rateLimit({ windowMs: 0.5 * 60 * 1000, max: 30 }));
app.use(rateLimit({ windowMs: 0.5 * 60 * 1000, max: 35 }));
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
The note is not visible to the blocked user.