Reduce fedora-tagger procs x threads.

This commit is contained in:
Ralph Bean 2015-06-19 18:32:14 +00:00
parent 0843a0ba64
commit c886486957
5 changed files with 12 additions and 25 deletions

View file

@ -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": [