this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

automod: change report fresh/limit period to one day (#515)

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

authored by

bnewbold and committed by
GitHub
61693a73 8d6bd5d4

+1 -1
+1 -1
automod/engine/effects.go
··· 6 6 7 7 var ( 8 8 // time period within which automod will not re-report an account for the same reasonType 9 - ReportDupePeriod = 7 * 24 * time.Hour 9 + ReportDupePeriod = 1 * 24 * time.Hour 10 10 // number of reports automod can file per day, for all subjects and types combined (circuit breaker) 11 11 QuotaModReportDay = 50 12 12 // number of takedowns automod can action per day, for all subjects combined (circuit breaker)