Reader/Feed.php master
authorAlan Knowles <alan@roojs.com>
Wed, 1 Feb 2017 05:43:39 +0000 (13:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 1 Feb 2017 05:43:39 +0000 (13:43 +0800)
Reader/Feed.php

index 96f4c55..425961d 100644 (file)
@@ -48,6 +48,7 @@ class Reader_Feed extends Pman
         $read->person_id = $this->authUser->id;
         // oldest first..
         $read->orderBy('join_article_id_id.published_dt ASC');
+        $read->limit(500);
         
         $this->articles = $read->fetchAll();