fedbadges: Use 3 worker to process the messages faster.
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e220bb4867
commit
e5c2d5bfef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue