Raise pack timeline windows.

staging
multiple creatures 2019-04-26 20:43:57 -05:00
parent 4d12e45d3b
commit 4644a6245f
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ class FeedManager
include Singleton
include Redisable
MAX_ITEMS = 1000
MAX_ITEMS = 3333
# Must be <= MAX_ITEMS or the tracking sets will grow forever
REBLOG_FALLOFF = 40
REBLOG_FALLOFF = 333
def key(type, id, subtype = nil)
return "feed:#{type}:#{id}" unless subtype