mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Continued:
- added max_response_data_size to default configuration with hard-coded value from code
This commit is contained in:
parent
3263a0b98e
commit
931c73d3c1
1 changed files with 4 additions and 0 deletions
|
@ -613,6 +613,10 @@ return [
|
|||
// xrd_timeout (Integer)
|
||||
// Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout
|
||||
'xrd_timeout' => 20,
|
||||
|
||||
// max_response_data_size (Integer)
|
||||
// Maximum allowed response data size in Bytes, default is hard-coded value from code
|
||||
'max_response_data_size' => 1000000,
|
||||
],
|
||||
'proxy' => [
|
||||
// forwarded_for_headers (String)
|
||||
|
|
Loading…
Reference in a new issue