Reduce fedora-tagger procs x threads.
This commit is contained in:
parent
0843a0ba64
commit
c886486957
5 changed files with 12 additions and 25 deletions
|
@ -53,17 +53,6 @@ config = dict(
|
|||
for i in range(40)
|
||||
],
|
||||
{% endif %}
|
||||
# fedoratagger needs 32 endpoints too, just like FAS.
|
||||
"fedoratagger.tagger01": [
|
||||
"tcp://tagger01.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
],
|
||||
{% if env != 'staging' %}
|
||||
"fedoratagger.tagger02": [
|
||||
"tcp://tagger02.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
# This used to be on value01 and value03.. but now we just have one
|
||||
"supybot.value01": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue