Continued:

- added max_response_data_size to default configuration with hard-coded value
  from code
This commit is contained in:
Roland Häder 2024-01-16 19:58:43 +01:00
parent 3263a0b98e
commit 931c73d3c1
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 4 additions and 0 deletions

View File

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