Fix activity:interactions counter to count all interactions (#8037)
This commit is contained in:
parent
8f64b17d98
commit
a23ac107e4
4 changed files with 5 additions and 3 deletions
|
@ -20,8 +20,6 @@ class PotentialFriendshipTracker
|
|||
redis.zincrby(key, weight, target_account_id)
|
||||
redis.zremrangebyrank(key, 0, -MAX_ITEMS)
|
||||
redis.expire(key, EXPIRE_AFTER)
|
||||
|
||||
ActivityTracker.increment('activity:interactions')
|
||||
end
|
||||
|
||||
def remove(account_id, target_account_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue