koji_hub: increase number of wsgi processes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b30cf64111
commit
5633b66ad0
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue