Turn default pagination down to 10

pull/42/head
Doc Ritezel 7 years ago committed by GitHub
parent a1e5bb1f99
commit 6344f85410
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 defmodule Explorer.Repo do
use Ecto.Repo, otp_app: :explorer use Ecto.Repo, otp_app: :explorer
use Scrivener, page_size: 100 use Scrivener, page_size: 10
@dialyzer {:nowarn_function, rollback: 1} @dialyzer {:nowarn_function, rollback: 1}
@doc """ @doc """

Loading…
Cancel
Save