Change feed query limit to 25 (#16082)

This commit is contained in:
Ben Halpern 2022-01-12 17:54:55 -05:00 committed by GitHub
parent 9780dba380
commit 760a81383b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ module Stories
)
Articles::Feeds::WeightedQueryStrategy.new(
user: current_user,
number_of_articles: 25,
page: @page,
tags: params[:tag],
strategy: strategy,