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

lolsob-rspec
Eugen Rochko 2023-02-01 11:24:22 +01:00 committed by GitHub
parent 99787fa30d
commit 502c919bfd
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