Files
bug-em/node_modules/twit/lib/settings.js
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00

2 lines
143 B
JavaScript

// set of status codes where we don't attempt reconnecting to Twitter
exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ];