From 9bd74ff23fc95d5c73292e6a20f8a1636e59624a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 22 Jan 2015 20:00:46 +0000 Subject: [PATCH] Comma. --- 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 07862ff418..104b472d2e 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -27,7 +27,7 @@ config = { # mode. If we turn it on globally, we should remove this setting. "moksha.workers_per_consumer": 4, "moksha.threadpool_size": 12, - "fmn.processes": 4 + "fmn.processes": 4, # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True,