Suggest threadpool size for FMN.

This commit is contained in:
Ralph Bean 2014-08-09 09:46:16 +00:00
parent 39d30e3773
commit e8747c1e8b

View file

@ -26,6 +26,7 @@ config = {
# 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": 3,
"moksha.threadpool_size": 10,
# Some configuration for the rule processors
"fmn.rules.utils.use_pkgdb2": True,