Merge "Increase thread/process to 2 for keystone"

This commit is contained in:
Zuul 2022-12-10 21:53:56 +00:00 committed by Gerrit Code Review
commit e46d0ff3a3

View File

@ -59,8 +59,8 @@ keystone_httpd_mpm_min_spare_threads: 5
keystone_httpd_mpm_max_spare_threads: 10
keystone_httpd_mpm_thread_limit: 15
keystone_httpd_mpm_thread_child: 15
keystone_wsgi_threads: 1
keystone_wsgi_processes: 1
keystone_wsgi_threads: 2
keystone_wsgi_processes: 2
## Barbican
barbican_wsgi_processes: 1