Increase values for Moksha

System has been running with these settings for a while now and
it appears to speed up processing and queue loading.
This commit is contained in:
Sandro 2022-11-18 22:04:30 +01:00 committed by kevin
parent b36379e8d5
commit 19fea8d7b2

View file

@ -2,8 +2,8 @@ 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.threadpool_size": 4,
"moksha.workers_per_consumer": 7,
"moksha.threadpool_size": 8,
# This tells the consumer where to look for its BadgeRule definitions. It
# may be a relative or an absolute path on the file system.