diff --git a/roles/mail/templates/mailman/mailman-web.py.j2 b/roles/mail/templates/mailman/mailman-web.py.j2 index 0f8071e..03c2886 100644 --- a/roles/mail/templates/mailman/mailman-web.py.j2 +++ b/roles/mail/templates/mailman/mailman-web.py.j2 @@ -202,3 +202,13 @@ POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/' # This is a quick and dirty hack - maybe there is a way to reliably retrieve the right ID? SITE_ID = 2 + + +Q_CLUSTER = { 'orm': 'default', + 'retry': 360, + 'save_limit': 100, + 'timeout': 300, + 'workers': 2 +} + +DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'