Tell bodhi-backend02 to use only one thread. Poor bugzilla.

This commit is contained in:
Ralph Bean 2016-03-04 19:24:25 +00:00
parent b7c9b89e98
commit 23a18cc784

View file

@ -5,6 +5,11 @@ config = {
# If you crank up this number, you should also crank up:
# - the iptables rules in inventory/group_vars/bodhi-backend
# - the fedmsg endpoints in roles/fedmsg/base/templates/endpoints-bodhi.py
{% if inventory_hostname.startswith('bodhi-backend02') %}
# https://github.com/fedora-infra/bodhi/issues/795
"moksha.workers_per_consumer": 1,
{% else %}
"moksha.workers_per_consumer": 2,
{% endif %}
"moksha.threadpool_size": 22,
}