summaryrefslogtreecommitdiffstats
path: root/roles/bugzilla2fedmsg/templates
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-09-09 01:09:00 +0000
committerRalph Bean <rbean@redhat.com>2014-09-09 01:09:00 +0000
commit859f177efeadc5ff4c15b171bf667e89ef30ffba (patch)
tree906eb41a5539a922ccdb01dd50d0180e76be9b4d /roles/bugzilla2fedmsg/templates
parent4cdd94f9f57826ad806e8f487f6361bb3a941c51 (diff)
downloadansible-859f177efeadc5ff4c15b171bf667e89ef30ffba.tar.gz
ansible-859f177efeadc5ff4c15b171bf667e89ef30ffba.tar.xz
ansible-859f177efeadc5ff4c15b171bf667e89ef30ffba.zip
Use moksha threads here instead of bz2fm threads.
Diffstat (limited to 'roles/bugzilla2fedmsg/templates')
-rw-r--r--roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
index 5ed3c345a..a719380d2 100644
--- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
+++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
@@ -7,7 +7,9 @@ bugzilla.products = Fedora, Fedora EPEL
# If you have 8 worker threads you *also* need 8 fedmsg endpoints in fedmsg.d/
# and 8 open holes in the firewall
-bugzilla.num_workers = 2
+bugzilla.num_workers = 1
+moksha.workers_per_consumer = 2
+moksha.threadpool_size = 5
# These are credentials used to log in to bugzilla
{% if env == 'staging' %}