From d39a2a78cd6225b3765e753726a68f421ed84895 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 9 Apr 2020 15:40:04 +0200
Subject: [PATCH] debug redis

---
 deploy/saneUrl/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/saneUrl/index.js b/deploy/saneUrl/index.js
index 83b42a938..d300eefd7 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()
-- 
GitLab