From 0f94402b7e8b7e25ee605f830b7c7becbe78ba8b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 29 Feb 2020 18:19:09 +0100 Subject: Better performance with yield (#2588) * Better performance with yield Largely decrease the time to first byte, and reduced memory consumtion. Before, we used to make several copies in memory of the whole list of articles before sending them to the client. Now streamed as they are processed. * Travis --- config-user.default.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 3028b709a..a814fe7c7 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -24,7 +24,6 @@ return array ( 'feverKey' => '', 'posts_per_page' => 20, 'since_hours_posts_per_rss' => 168, - 'min_posts_per_rss' => 2, 'max_posts_per_rss' => 400, 'view_mode' => 'normal', 'default_view' => 'adaptive', -- cgit v1.2.3