51e44f1308
This change increases the base timeout value in Apache, from current
60 seconds to 90 seconds, because sometimes response can take more than
60 seconds when rpc_response_timeout (60s by default) is exceeded,
and the actual response from service should be more informative than
504 response by apache.
Closes-Bug: #1931656
Change-Id: I0200a01d8fc2a4476436a00f2cabfb74e4540123
(cherry picked from commit 65ff578a7b
)
6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``ApacheTimeout`` parameter has been added, which determines
|
|
the timeout used for IO operations in Apache.
|