зеркало из https://github.com/mozilla/fxa.git
fix(email): lower the maxMessages sent via nodemailer before creating a new connection
fixes #11575
This commit is contained in:
Родитель
ec4e980f6a
Коммит
3faeca26c6
|
@ -257,6 +257,7 @@ module.exports = function (log, config, bounces) {
|
|||
ignoreTLS: !mailerConfig.secure,
|
||||
port: mailerConfig.port,
|
||||
pool: true,
|
||||
maxMessages: 10,
|
||||
};
|
||||
|
||||
if (mailerConfig.user && mailerConfig.password) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче