this repo has no description
0
fork

Configure Feed

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

autmod: bump interaction churn quota to 800 (#474)

A number of folks seem to end up doing manual follow/unfollow
interaction pairs at around 550/day. The most obvious/suspicious
automated actors do around 1000/day.

This is a trivial one-liner so intend to self-merge.

authored by

bnewbold and committed by
GitHub
87989761 7d7e1f14

+1 -1
+1 -1
automod/rules/interaction.go
··· 5 5 "github.com/bluesky-social/indigo/automod/countstore" 6 6 ) 7 7 8 - var interactionDailyThreshold = 500 8 + var interactionDailyThreshold = 800 9 9 10 10 // looks for accounts which do frequent interaction churn, such as follow-unfollow. 11 11 func InteractionChurnRule(evt *automod.RecordEvent) error {