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