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' %}