Give fedbadges extra threads.
This commit is contained in:
parent
20555a3f3e
commit
8c8d693483
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ config = {
|
|||
# We need to tell the fedmsg-hub that it should load our consumer on start.
|
||||
"fedmsg.consumers.badges.enabled": True,
|
||||
|
||||
# This sets up four threads to handle incoming messages. At the time of
|
||||
# this commit, all of our fedmsg daemons are running in single-threaded
|
||||
# mode. If we turn it on globally, we should remove this setting.
|
||||
"moksha.workers_per_consumer": 4,
|
||||
"moksha.threadpool_size": 10,
|
||||
|
||||
# This tells the consumer where to look for its BadgeRule definitions. It
|
||||
# may be a relative or an absolute path on the file system.
|
||||
"badges.yaml.directory": "/usr/share/badges/rules",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue