Skip to content

Commit

Permalink
Increase MAX_ITEMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanage999 committed Mar 25, 2021
1 parent 38c2b6f commit 8e5857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/feed_manager.rb
Expand Up @@ -7,7 +7,7 @@ class FeedManager
include Redisable

# Maximum number of items stored in a single feed
MAX_ITEMS = 400
MAX_ITEMS = 6400

# Number of items in the feed since last reblog of status
# before the new reblog will be inserted. Must be <= MAX_ITEMS
Expand Down

0 comments on commit 8e5857a

Please sign in to comment.