From 1ec48794dbf99d1866182fb33b38740e3bd1d57b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 21 Jan 2015 05:03:54 +0000 Subject: [PATCH] Crank up the FMN threads. --- 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 64b765a39e..ac5081fa80 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.workers_per_consumer": 6, + "moksha.workers_per_consumer": 12, "moksha.threadpool_size": 20, # Some configuration for the rule processors