diff --git a/src/applications/project/controller/PhabricatorProjectProfileController.php b/src/applications/project/controller/PhabricatorProjectProfileController.php --- a/src/applications/project/controller/PhabricatorProjectProfileController.php +++ b/src/applications/project/controller/PhabricatorProjectProfileController.php @@ -77,7 +77,7 @@ array( $project->getPHID(), )) - ->setLimit(50) + ->setLimit(250) ->execute(); $view_all = id(new PHUIButtonView())