mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 21:15:05 +01:00
Change number of stored items in home feed from 400 to 800 (#23349)
This commit is contained in:
parent
21780c0204
commit
4c919812b9
@ -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 = 400
|
MAX_ITEMS = 800
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user