]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge branch 'item-select' of github.com:annando/friendica into item-select
[friendica.git] / static / defaults.config.php
index 110c016eb0b2e1bf626879b63d17dac3dd612ed0..d0725aa9bcdb2418f498ef9b2dc7e4a919d31436 100644 (file)
@@ -273,6 +273,10 @@ return [
                // Maximum number of queue items for a single contact before subsequent messages are discarded.
                'max_contact_queue' => 500,
 
+               // max_feed_items (Integer)
+               // Maximum number of feed items that are fetched and processed. For unlimited items set to 0.
+               'max_feed_items' => 20,
+
                // max_image_length (Integer)
                // An alternate way of limiting picture upload sizes.
                // Specify the maximum pixel  length that pictures are allowed to be (for non-square pictures, it will apply to the longest side).