aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-04-08 14:20:13 -0500
committermat <27899617+mat-1@users.noreply.github.com>2021-04-08 14:20:13 -0500
commit5a9fcd606a1b124496a7131ab0bead7ae1f6ec98 (patch)
treef7edddbd53f1829e44e40d9be8a7730e25754be6 /build
parentf69969ed257c1f14694cb382572b43be711d0337 (diff)
downloadskyblock-api-5a9fcd606a1b124496a7131ab0bead7ae1f6ec98.tar.gz
skyblock-api-5a9fcd606a1b124496a7131ab0bead7ae1f6ec98.tar.bz2
skyblock-api-5a9fcd606a1b124496a7131ab0bead7ae1f6ec98.zip
debug=false
Diffstat (limited to 'build')
-rw-r--r--build/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/index.js b/build/index.js
index f428eb0..6d09aca 100644
--- a/build/index.js
+++ b/build/index.js
@@ -9,7 +9,7 @@ const hypixel_1 = require("./hypixel");
const express_rate_limit_1 = __importDefault(require("express-rate-limit"));
const express_1 = __importDefault(require("express"));
const app = express_1.default();
-exports.debug = true;
+exports.debug = false;
// 500 requests over 5 minutes
const limiter = express_rate_limit_1.default({
windowMs: 60 * 1000 * 5,