twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

settings.js (149B)


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