debian: don't set explicit email prefix as tenant is included (#26958)

This commit is contained in:
Frédéric Péters 2018-10-01 23:12:04 +02:00
parent 3817f20dae
commit 6e33678cb9
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ ADMINS = (
('Tous', 'root@localhost'),
)
EMAIL_SUBJECT_PREFIX = '[%s] ' % PROJECT_NAME
# sockets default timeout can be set to a small value in another thread by kombu
# https://github.com/celery/kombu/issues/838
# This prevents sockets created in smtplib to rely on the default timeout