From b4485c793d992c17cd434b12b734fec63438d21c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 23 Jan 2015 19:07:07 +0000 Subject: [PATCH] Roll back the fmn multiproc stuff. --- roles/notifs/backend/templates/fmn.consumer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 104b472d2e..d54c209e88 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -25,9 +25,8 @@ 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": 5, "moksha.threadpool_size": 12, - "fmn.processes": 4, # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True,