summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Controller/App.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php
index 56e81179..87b4ccbe 100644
--- a/app/Controller/App.php
+++ b/app/Controller/App.php
@@ -148,7 +148,7 @@ class App extends Base
*/
private function getProjectPagination(array $project_ids, $paginate, $offset, $order, $direction)
{
- $limit = 5;
+ $limit = 10;
if (! in_array($order, array('id', 'name'))) {
$order = 'name';