Skip to content

Commit

Permalink
automod: change report fresh/limit period to one day (#515)
Browse files Browse the repository at this point in the history
After discussion with mod team.

cc: @warpfork for visibility, but i'm going to self-merge this as it is
mostly a policy/process tweak, not a code thing
  • Loading branch information
bnewbold authored Jan 2, 2024
2 parents 8d6bd5d + f94d725 commit 61693a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automod/engine/effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// time period within which automod will not re-report an account for the same reasonType
ReportDupePeriod = 7 * 24 * time.Hour
ReportDupePeriod = 1 * 24 * time.Hour
// number of reports automod can file per day, for all subjects and types combined (circuit breaker)
QuotaModReportDay = 50
// number of takedowns automod can action per day, for all subjects combined (circuit breaker)
Expand Down

0 comments on commit 61693a7

Please sign in to comment.