mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Specify N procs to FMN.
This commit is contained in:
@@ -25,8 +25,9 @@ config = {
|
||||
# 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": 12,
|
||||
"moksha.threadpool_size": 20,
|
||||
"moksha.workers_per_consumer": 4,
|
||||
"moksha.threadpool_size": 12,
|
||||
"fmn.processes": 4
|
||||
|
||||
# Some configuration for the rule processors
|
||||
"fmn.rules.utils.use_pkgdb2": True,
|
||||
|
||||
Reference in New Issue
Block a user