Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
QOTO
qoto
Commits
2a0fda8c
Commit
2a0fda8c
authored
Mar 31, 2019
by
Takeshi Umeda
Browse files
Modify feed max items 400 -> 2000
parent
8283824b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/lib/feed_manager.rb
app/lib/feed_manager.rb
+1
-1
No files found.
app/lib/feed_manager.rb
View file @
2a0fda8c
...
...
@@ -7,7 +7,7 @@ class FeedManager
include Redisable
# Maximum number of items stored in a single feed
MAX_ITEMS
=
4
00
MAX_ITEMS =
20
00
# Number of items in the feed since last reblog of status
# before the new reblog will be inserted. Must be <= MAX_ITEMS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment