We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40ce16 commit 3f06dceCopy full SHA for 3f06dce
nginx/nginx.conf
@@ -22,7 +22,7 @@ http {
22
23
lua_shared_dict prometheus_metrics 10M;
24
lua_shared_dict global_throttle_cache 50M;
25
- lua_shared_dict redis_scripts_cache 2M;
+ lua_shared_dict redis_scripts_cache 1M;
26
27
init_by_lua_block {
28
local required_env_vars = {
0 commit comments