Store more statuses in home timeline

staging
Daggertooth 2018-04-15 01:49:21 -05:00 committed by multiple creatures
parent 71066e4ad6
commit 70649ca277
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class FeedManager
include Singleton
include Redisable
MAX_ITEMS = 400
MAX_ITEMS = 1000
# Must be <= MAX_ITEMS or the tracking sets will grow forever
REBLOG_FALLOFF = 40