aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/index.js2
-rw-r--r--src/index.ts2
2 files changed, 2 insertions, 2 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,
diff --git a/src/index.ts b/src/index.ts
index 451ef95..d997cde 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -5,7 +5,7 @@ import express from 'express'
const app = express()
-export const debug = true
+export const debug = false
// 500 requests over 5 minutes
const limiter = rateLimit({