Increase the number of port for fedmsg on elections

This commit is contained in:
Pierre-Yves Chibon 2014-06-16 19:18:13 +02:00
parent cb7098dc1d
commit 24ff45dd14

View file

@ -8,12 +8,12 @@ config = dict(
endpoints={
"fedora_elections.elections01": [
"tcp://elections01.%s:30%02i" % (suffix, i)
for i in range(2)
for i in range(16)
],
{% if env != 'staging' %}
"fedora_elections.elections02": [
"tcp://elections02.%s:30%02i" % (suffix, i)
for i in range(2)
for i in range(16)
],
{% endif %}
},