From 4644a6245fb67d7f764eebfae29fff3a6a05ded8 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 26 Apr 2019 20:43:57 -0500 Subject: Raise pack timeline windows. --- app/lib/feed_manager.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/feed_manager.rb b/app/lib/feed_manager.rb index 9e8f85fee..064903d71 100644 --- a/app/lib/feed_manager.rb +++ b/app/lib/feed_manager.rb @@ -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 -- cgit