Skip to content

Commit

Permalink
increase page size
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Nov 21, 2024
1 parent fe354cd commit bc8ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/entities/Pagination.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ case class Pagination(index: Int, size: Int) {
}

object Pagination {
val sizeMax: Int = 3000
val sizeMax: Int = 3500
val sizeDefault: Int = 25
val indexDefault: Int = 0

Expand Down

0 comments on commit bc8ab63

Please sign in to comment.