pagure: up wsgi threads/processes to 6 from 4 and see if it makes things more stable
This commit is contained in:
parent
b4c2cf8881
commit
cfcdc07b95
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=4 threads=4 inactivity-timeout=300
|
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=6 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