bumping resultsdb wsgi resources again

This commit is contained in:
Tim Flink 2017-03-17 15:33:49 +00:00
parent 27df7a0b6d
commit 1122f3cdba

View file

@ -1,5 +1,5 @@
{% if deployment_type in ['stg', 'prod'] %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=100 processes=5
WSGIDaemonProcess resultsdb user=apache group=apache threads=200 processes=20
{% else %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=5
{% endif %}