Lower suspicious-sweep grace window from 24h to 1h, tighten sweep cadence to 10min
Datacenter/hosting-IP-flagged signups are a strong enough spam signal on their own that a full day of grace was mostly just delaying an inevitable suspend. Cron cadence tightened from hourly to every 10 minutes so real latency stays close to the new 1h window.
This commit is contained in:
+6
-2
@@ -158,8 +158,12 @@ CHECK_MAIL_AUTO_DOMAIN_BLOCK=true
|
||||
SUSPICIOUS_SWEEP_ENABLED=true
|
||||
|
||||
# Hours of grace given to a flagged signup to show organic activity (a new
|
||||
# post or a new follow) before it's considered dormant/bot-like.
|
||||
SUSPICIOUS_GRACE_HOURS=24
|
||||
# post or a new follow) before it's considered dormant/bot-like. Lowered from
|
||||
# the original 24 to 1 (2026-07-06) — the datacenter/hosting-IP signal alone
|
||||
# is a strong enough spam indicator that a full day of grace was mostly just
|
||||
# delaying an inevitable suspend; paired with a tighter sweep cadence (see
|
||||
# CLAUDE.md) so real latency stays close to this value.
|
||||
SUSPICIOUS_GRACE_HOURS=1
|
||||
|
||||
# Moderation action taken on a flagged signup with no activity in the grace
|
||||
# window: "suspend" (agreed default — a stronger signal than the report-
|
||||
|
||||
Reference in New Issue
Block a user