Bump to timeline items max

This commit is contained in:
KMY 2023-05-10 09:02:04 +09:00
parent 421d2d825b
commit 129fa63fc5

View file

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