mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
|
module.exports = {
|
||
|
upgrade: true,
|
||
|
reject: [
|
||
|
// FIXME: v4.x.x throws if not maxRetriesPerRequest: null, enableReadyCheck: false
|
||
|
// https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md#breaking-changes
|
||
|
'bull'
|
||
|
]
|
||
|
};
|