Use 20 maximum feed items as default

This commit is contained in:
Michael 2020-03-22 15:22:48 +00:00
parent 04eef79be0
commit 771fe881ef
1 changed files with 1 additions and 1 deletions

View 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.