diff --git a/deploy/saneUrl/index.js b/deploy/saneUrl/index.js index 83b42a9388f037ea8984e5aa54d9a22a3b6be84a..d300eefd7997f4cdd29f9b205c71da633f3ac47d 100644 --- a/deploy/saneUrl/index.js +++ b/deploy/saneUrl/index.js @@ -29,7 +29,7 @@ const redisURL = redisAddr && `${redisProto}://${redisAddr}:${redisPort}` const limiter = new RateLimit({ windowMs: 1e3 * 5, max: 5, - ...( redisURL ? { store: new RedisStore({ redisURL }) } : {} ) + // ...( redisURL ? { store: new RedisStore({ redisURL }) } : {} ) }) const passthrough = (_, __, next) => next()