Use 20 maximum feed items as default

pull/8443/head
Michael 2020-03-22 15:22:48 +00:00
rodzic 04eef79be0
commit 771fe881ef
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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