diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 16:06:09 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 16:06:09 -0500 |
commit | 823a945c9398bdfad2cbd6b9c816d5f494041b72 (patch) | |
tree | 8dc9df05bea3a96806665b2382930fff125461f6 /app/Controller | |
parent | e59be3dc021e81babaacf70661737cbba42c80cc (diff) |
Make the dashboard more responsive
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/App.php | 2 |
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'; |