From: Michael Date: Sun, 22 Mar 2020 15:22:48 +0000 (+0000) Subject: Use 20 maximum feed items as default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=771fe881ef4f9ee0ab395f8d08058861537898d6;p=friendica.git Use 20 maximum feed items as default --- diff --git a/static/defaults.config.php b/static/defaults.config.php index 66805a121b..d0725aa9bc 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -275,7 +275,7 @@ return [ // max_feed_items (Integer) // Maximum number of feed items that are fetched and processed. For unlimited items set to 0. - 'max_feed_items' => 10, + 'max_feed_items' => 20, // max_image_length (Integer) // An alternate way of limiting picture upload sizes.