mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-22 13:01:05 -05:00
2 lines
143 B
JavaScript
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 ]; |