Change number of stored items in home feed from 400 to 800 (#23349)
This commit is contained in:
parent
21780c0204
commit
4c919812b9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class FeedManager
|
|||
include Redisable
|
||||
|
||||
# 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
|
||||
# before the new reblog will be inserted. Must be <= MAX_ITEMS
|
||||
|
|
Loading…
Reference in a new issue