mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Prevent endless loops and long running feed processing
This commit is contained in:
parent
7bc4427c09
commit
bc069c8ebf
4 changed files with 16 additions and 4 deletions
|
@ -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' => 10,
|
||||
|
||||
// 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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue