diff options
author | mat <github@matdoes.dev> | 2021-05-09 20:05:14 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-05-09 20:05:14 -0500 |
commit | 58807d12eefe264e817d8dc4b7075dbb25e4c2d2 (patch) | |
tree | 53f7c02ea6cddcc5c053da56e57ddbc5755b02ac /build/index.js | |
parent | 919a610cf5fcb8c4714a3be147ab5461778bbf2f (diff) | |
download | skyblock-api-58807d12eefe264e817d8dc4b7075dbb25e4c2d2.tar.gz skyblock-api-58807d12eefe264e817d8dc4b7075dbb25e4c2d2.tar.bz2 skyblock-api-58807d12eefe264e817d8dc4b7075dbb25e4c2d2.zip |
temp debug stuff
Diffstat (limited to 'build/index.js')
-rw-r--r-- | build/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/index.js b/build/index.js index c7f1385..ba1e21a 100644 --- a/build/index.js +++ b/build/index.js @@ -29,7 +29,7 @@ const express_rate_limit_1 = __importDefault(require("express-rate-limit")); const constants = __importStar(require("./constants")); const express_1 = __importDefault(require("express")); const app = express_1.default(); -exports.debug = false; +exports.debug = true; // 200 requests over 5 minutes const limiter = express_rate_limit_1.default({ windowMs: 60 * 1000 * 5, |