From fc58f89ab9d68f42d11c319392330c4d93eb2ca5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 19 Jul 2014 13:29:35 +0000 Subject: [PATCH] Typo. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 8dd019f802..0a22540dac 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -25,7 +25,7 @@ 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.threads_per_consumer": 4, + "moksha.workers_per_consumer": 4, # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True,