]> git.mxchange.org Git - friendica.git/commitdiff
Use 20 maximum feed items as default
authorMichael <heluecht@pirati.ca>
Sun, 22 Mar 2020 15:22:48 +0000 (15:22 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 22 Mar 2020 15:22:48 +0000 (15:22 +0000)
static/defaults.config.php

index 66805a121b1069ea13d349d86c7f78e32b63902e..d0725aa9bcdb2418f498ef9b2dc7e4a919d31436 100644 (file)
@@ -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.