Skip to content
Snippets Groups Projects
Unverified Commit 1419f656 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix stats expiring too quickly because of variable mistake (#6155)

parent 3ba7cde3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class ActivityTracker
key = [prefix, current_week].join(':')
redis.pfadd(key, value)
redis.expire(key, value)
redis.expire(key, EXPIRE_AFTER)
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment