Reduce board count

This commit is contained in:
Dennis Eichhorn 2020-12-20 19:57:39 +01:00
parent af05cc7830
commit bbe870f129

View File

@ -75,7 +75,7 @@ final class BackendController extends Controller
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1005801001, $request, $response));
$list = KanbanBoardMapper::withConditional('language', $response->getLanguage())
::getNewest(50, depth: 3);
::getNewest(20, depth: 3);
$view->setData('boards', $list);
return $view;