Throw some more threads at FMN.

This commit is contained in:
Ralph Bean 2015-01-14 17:13:03 +00:00
parent ea4a138137
commit cda4eb70a7
2 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(5)
for i in range(6)
],
},
)