diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php index 58e1252dab..64a4586a3b 100644 --- a/src/applications/phriction/controller/PhrictionDocumentController.php +++ b/src/applications/phriction/controller/PhrictionDocumentController.php @@ -319,7 +319,7 @@ final class PhrictionDocumentController $content_dao = new PhrictionContent(); $conn = $document_dao->establishConnection('r'); - $limit = 50; + $limit = 250; $d_child = PhabricatorSlug::getDepth($slug) + 1; $d_grandchild = PhabricatorSlug::getDepth($slug) + 2;