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

View file

@ -613,6 +613,10 @@ return [
// xrd_timeout (Integer) // xrd_timeout (Integer)
// Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout // Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout
'xrd_timeout' => 20, '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' => [ 'proxy' => [
// forwarded_for_headers (String) // forwarded_for_headers (String)