Skip to content
Snippets Groups Projects
Commit 71aa39f1 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: disable limiter env var

parent 1a1d73a0
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ const {
REDIS_RATE_LIMITING_DB_EPHEMERAL_PORT_6379_TCP_PORT,
HOSTNAME,
DISABLE_LIMITER,
} = process.env
const redisProto = REDIS_PROTO || REDIS_RATE_LIMITING_DB_EPHEMERAL_PORT_6379_TCP_PROTO || 'redis'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment