Skip to content

Commit 3f06dce

Browse files
author
omarmohamed
committed
fix
1 parent b40ce16 commit 3f06dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ http {
2222

2323
lua_shared_dict prometheus_metrics 10M;
2424
lua_shared_dict global_throttle_cache 50M;
25-
lua_shared_dict redis_scripts_cache 2M;
25+
lua_shared_dict redis_scripts_cache 1M;
2626

2727
init_by_lua_block {
2828
local required_env_vars = {

0 commit comments

Comments
 (0)