diff --git a/pager/pager.go b/pager/pager.go index 3a9db90aa..32cda4837 100644 --- a/pager/pager.go +++ b/pager/pager.go @@ -7,7 +7,7 @@ import ( "strconv" ) -const PerPage = 30 +const PerPage = 32 type Pager struct { lastPage, First, Last, Offset, Page, Total int