Modify feed max items 400 -> 2000

This commit is contained in:
noellabo 2019-03-31 00:44:47 +09:00
parent f82cc52b72
commit 9b8ba11b79

View file

@ -7,7 +7,7 @@ class FeedManager
include Redisable
# Maximum number of items stored in a single feed
MAX_ITEMS = 400
MAX_ITEMS = 2000
# Number of items in the feed since last reblog of status
# before the new reblog will be inserted. Must be <= MAX_ITEMS