Apparently the fmn backend needs one more fedmsg endpoint.

This commit is contained in:
Ralph Bean 2014-11-05 16:57:52 +00:00
parent 7534fbc852
commit 9078b36531
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ config = dict(
endpoints={
"fmn.notifs-backend01": [
"tcp://notifs-backend01.%s:30%0.2i" % (suffix, i)
for i in range(4)
for i in range(5)
],
},
)