From f4e8c21d2f7da616477ee56e3cc62eccf0849920 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Feb 2017 13:43:39 +0800 Subject: [PATCH] Reader/Feed.php --- Reader/Feed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Reader/Feed.php b/Reader/Feed.php index 96f4c55..425961d 100644 --- a/Reader/Feed.php +++ b/Reader/Feed.php @@ -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(); -- 2.39.2