From e8747c1e8b58d623b4e52b8ccb506a42be8008aa Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 9 Aug 2014 09:46:16 +0000 Subject: [PATCH] Suggest threadpool size for FMN. --- roles/notifs/backend/templates/fmn.consumer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index e6e80b0687..b8057d465f 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -26,6 +26,7 @@ config = { # 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": 3, + "moksha.threadpool_size": 10, # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True,