Browse Source
Change number of stored items in home feed from 400 to 800 (#23349)
closed-social-glitch-2
Eugen Rochko
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/lib/feed_manager.rb
|
|
@ -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 |
|
|
|