forked from treehouse/mastodon
Raise search results count to 10 for test
reference: https://mastodon.xyz/users/lx/updates/278054signup-info-prompt
parent
3a526e2369
commit
99f24ab0c7
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::SearchController < Api::BaseController
|
||||
RESULTS_LIMIT = 5
|
||||
RESULTS_LIMIT = 10
|
||||
|
||||
before_action -> { doorkeeper_authorize! :read }
|
||||
before_action :require_user!
|
||||
|
|
Loading…
Reference in New Issue