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:
parent
b36379e8d5
commit
19fea8d7b2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue