kolla-ansible/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml

12 lines
501 B
YAML
Raw Normal View History

---
features:
- |
Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
keep-alive timeout for services that use httpd to handle HTTP requests.
The default value is 60 seconds, overriding the httpd default of 5 seconds.
upgrade:
- |
Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
keep-alive timeout for services that use httpd to handle HTTP requests.
The default value is 60 seconds, overriding the httpd default of 5 seconds.