(fedimg) Crank up the number of fedmsg endpoints.

This commit is contained in:
Ralph Bean 2015-03-09 18:19:24 +00:00
parent 26d1c42583
commit 745e14a333

View file

@ -4,11 +4,15 @@ suffix = 'stg.phx2.fedoraproject.org'
suffix = 'phx2.fedoraproject.org'
{% endif %}
primary_threads = 4
atomic_threads = 2
NUM_FEDIMG_PORTS = 2 * ((primary_threads + atomic_threads) + 1)
config = dict(
endpoints={
"fedimg.fedimg01": [
"tcp://fedimg01.%s:30%0.2i" % (suffix, i)
for i in range(4)
for i in range(NUM_FEDIMG_PORTS)
],
},
)