This commit is contained in:
Matteo Pagliazzi 2015-02-24 16:51:09 +01:00
parent 02901e52fd
commit 45f2453a62

View file

@ -87,7 +87,7 @@ module.exports.txnEmail = function(mailingInfoArray, emailType, variables){
variables: variables
},
options: {
attemps: 5,
attempts: 5,
backoff: {delay: 10*60*1000, type: 'fixed'}
}
}