debian: force empty email prefix (#27174)

This commit is contained in:
Frédéric Péters 2018-10-10 08:51:29 +02:00
parent d1c12504bb
commit 9239e8d9e6
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ ADMINS = (
('Tous', 'root@localhost'),
)
EMAIL_SUBJECT_PREFIX = ''
# 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