FedBadges: use only 2 threads since 3 threads are taking too much memory

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-03-20 08:13:29 +01:00
parent f1e1891027
commit fd32dc2b15

View file

@ -2,7 +2,7 @@ config = {
# We need to tell the fedmsg-hub that it should load our consumer on start.
"fedmsg.consumers.badges.enabled": True,
"moksha.workers_per_consumer": 3,
"moksha.workers_per_consumer": 2,
"moksha.threadpool_size": 4,
# This tells the consumer where to look for its BadgeRule definitions. It