wildduck/.ncurc.js

9 lines
257 B
JavaScript
Raw Normal View History

2021-11-16 19:52:38 +08:00
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'
]
};