(fedimg) Crank up the number of fedmsg endpoints.
This commit is contained in:
parent
26d1c42583
commit
745e14a333
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue