@ -76,7 +76,7 @@ app.get("/check", async (req, res) => {
const baseDomain = getBaseDomain(hostname);
const { count } = domainCount.get({ $base: baseDomain });
if (count >= 3) {
if (count >= 100) {
return res.status(400).end();
}
The note is not visible to the blocked user.