diff options
| author | 2020-02-29 18:19:09 +0100 | |
|---|---|---|
| committer | 2020-02-29 18:19:09 +0100 | |
| commit | 0f94402b7e8b7e25ee605f830b7c7becbe78ba8b (patch) | |
| tree | 473adf4e21e8cbe2f6e36eae69dca3ed8b39a424 /config-user.default.php | |
| parent | e9f879b411ac6af9d102702fb52c8deff161b0e6 (diff) | |
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
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 0 insertions, 1 deletions
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', |
