diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 5b43e16e30..453c322fa5 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -31,7 +31,7 @@ config = dict( {% if env != 'staging' %} "askbot.ask02": [ "tcp://ask02.%s:30%02i" % (suffix, i) - for i in range(6) + for i in range(12) ], {% endif %}