mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 02:34:12 +00:00
change email priority
This commit is contained in:
parent
488cd8852b
commit
de972eebc0
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ module.exports.txnEmail = function(mailingInfoArray, emailType, variables, perso
|
|||
personalVariables: personalVariables
|
||||
},
|
||||
options: {
|
||||
priority: 'high',
|
||||
attempts: 5,
|
||||
backoff: {delay: 10*60*1000, type: 'fixed'}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue