Turn fmn threadpool size down a bit.
This commit is contained in:
parent
98571dda42
commit
0da571b992
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ config = {
|
||||||
# This sets up four threads to handle incoming messages. At the time of
|
# 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
|
# this commit, all of our fedmsg daemons are running in single-threaded
|
||||||
# mode. If we turn it on globally, we should remove this setting.
|
# mode. If we turn it on globally, we should remove this setting.
|
||||||
"moksha.workers_per_consumer": 6,
|
"moksha.workers_per_consumer": 4,
|
||||||
"moksha.threadpool_size": 15,
|
"moksha.threadpool_size": 10,
|
||||||
|
|
||||||
# Some configuration for the rule processors
|
# Some configuration for the rule processors
|
||||||
"fmn.rules.utils.use_pkgdb2": True,
|
"fmn.rules.utils.use_pkgdb2": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue