feat: raise default value of items per page in paginator
This commit is contained in:
@@ -31,7 +31,7 @@ class IndexController extends AbstractController
|
||||
$pagination = $this->paginator->paginate(
|
||||
$qb,
|
||||
$request->query->getInt('page', 1),
|
||||
$request->query->getInt('limit', 10),
|
||||
$request->query->getInt('limit', 50),
|
||||
[
|
||||
'defaultSortFieldName' => 'log.timestamp',
|
||||
'defaultSortDirection' => 'DESC',
|
||||
|
||||
Reference in New Issue
Block a user