pagure: increase processes
pagure was processing a lot of things, increasing this seemed to help. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6b9d639421
commit
575d1ea238
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
WSGIPythonOptimize 1
|
WSGIPythonOptimize 1
|
||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=6 threads=6 inactivity-timeout=300
|
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=10 threads=6 inactivity-timeout=300
|
||||||
WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
|
WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
|
||||||
|
|
||||||
## Redirects http -> https
|
## Redirects http -> https
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue