summary refs log tree commit diff
path: root/node-mastodon/lib/settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'node-mastodon/lib/settings.js')
-rw-r--r--node-mastodon/lib/settings.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/node-mastodon/lib/settings.js b/node-mastodon/lib/settings.js
deleted file mode 100644
index f6d5411..0000000
--- a/node-mastodon/lib/settings.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// 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 ];