mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
fedbadges: Use 3 worker to process the messages faster.
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -2,7 +2,7 @@ config = {
|
||||
# We need to tell the fedmsg-hub that it should load our consumer on start.
|
||||
"fedmsg.consumers.badges.enabled": True,
|
||||
|
||||
"moksha.workers_per_consumer": 2,
|
||||
"moksha.workers_per_consumer": 3,
|
||||
"moksha.threadpool_size": 4,
|
||||
|
||||
# This tells the consumer where to look for its BadgeRule definitions. It
|
||||
|
||||
Reference in New Issue
Block a user