Change number of stored items in home feed from 400 to 800 (#23349)

This commit is contained in:
Eugen Rochko 2023-02-01 11:24:22 +01:00 committed by GitHub
parent 21780c0204
commit 4c919812b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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