Use 20 maximum feed items as default
This commit is contained in:
parent
04eef79be0
commit
771fe881ef
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue