Set pagination default to 100 records per page

pull/2/head
Doc Ritezel 7 years ago committed by GitHub
parent 025403fe8f
commit cc5961dd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/explorer/repo.ex

@ -1,6 +1,6 @@
defmodule Explorer.Repo do
use Ecto.Repo, otp_app: :explorer
use Scrivener, page_size: 10
use Scrivener, page_size: 100
@dialyzer {:nowarn_function, rollback: 1}
@doc """

Loading…
Cancel
Save