Raise search results count to 10 for test

reference: https://mastodon.xyz/users/lx/updates/278054
master
Ondřej Hruška 7 years ago
parent 3a526e2369
commit 99f24ab0c7
  1. 2
      app/controllers/api/v1/search_controller.rb

@ -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…
Cancel
Save