Change feed query limit to 25 (#16082)
This commit is contained in:
parent
9780dba380
commit
760a81383b
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ module Stories
|
|||
)
|
||||
Articles::Feeds::WeightedQueryStrategy.new(
|
||||
user: current_user,
|
||||
number_of_articles: 25,
|
||||
page: @page,
|
||||
tags: params[:tag],
|
||||
strategy: strategy,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue