pagure: try increasing the number of processes for pagure.io
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6b2e507a20
commit
c471f29867
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WSGIPassAuthorization On
|
|||
# Only use a single process because flask-oidc stores its credentials in a dictionary.
|
||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=1 threads=20 inactivity-timeout=300
|
||||
{% else %}
|
||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=10 threads=6 inactivity-timeout=300
|
||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=15 threads=6 inactivity-timeout=300
|
||||
{% endif %}
|
||||
WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue