mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji_hub: increase number of wsgi processes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
KeepAlive On
|
||||
|
||||
WSGIDaemonProcess koji lang=en_US.UTF-8 processes=10 threads=5
|
||||
WSGIDaemonProcess koji lang=en_US.UTF-8 processes=20 threads=5
|
||||
WSGIProcessGroup koji
|
||||
|
||||
Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
|
||||
|
||||
@@ -7,7 +7,7 @@ MaxRequestWorkers 800
|
||||
MaxConnectionsPerChild 1000
|
||||
|
||||
#We use wsgi by default
|
||||
WSGIDaemonProcess koji-web lang=en_US.UTF-8 processes=10 threads=5
|
||||
WSGIDaemonProcess koji-web lang=en_US.UTF-8 processes=20 threads=5
|
||||
WSGIProcessGroup koji-web
|
||||
Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
||||
#(configuration goes in /etc/kojiweb/web.conf)
|
||||
|
||||
Reference in New Issue
Block a user