mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
Added note
This commit is contained in:
parent
a7bdcc1216
commit
550b4ce420
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ return [
|
|||
'performance' => [
|
||||
// max_response_data_size (Integer)
|
||||
// Maximum allowed outgoing HTTP request response data size in Bytes. Does not affect incoming requests to this node.
|
||||
// Warning: Lowering this value can help with some PHP memory exhaustion issues, but can also partially break some federation features e.g. large posts may not be fetched or received from remote servers.
|
||||
'max_response_data_size' => 1000000,
|
||||
],
|
||||
'proxy' => [
|
||||
|
|
Loading…
Reference in a new issue