From 771fe881ef4f9ee0ab395f8d08058861537898d6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Mar 2020 15:22:48 +0000 Subject: [PATCH] Use 20 maximum feed items as default --- static/defaults.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.