summary refs log tree commit diff
path: root/node-mastodon/lib/settings.js
blob: f6d54115ebf212a507c89a6ebedd059e57de993a (plain) (blame)
1
2
// set of status codes where we don't attempt reconnecting to Mastodon
exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ];