From 859f177efeadc5ff4c15b171bf667e89ef30ffba Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 9 Sep 2014 01:09:00 +0000 Subject: [PATCH] Use moksha threads here instead of bz2fm threads. --- roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 5ed3c345a0..a719380d23 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' %}