Knock this down while twisted still has the default threadpool size.
This commit is contained in:
parent
0d380575a9
commit
f740aa1612
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ 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": 4,
|
||||
"moksha.workers_per_consumer": 3,
|
||||
|
||||
# Some configuration for the rule processors
|
||||
"fmn.rules.utils.use_pkgdb2": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue