tokers commented on a change in pull request #5030:
URL: https://github.com/apache/apisix/pull/5030#discussion_r705821663
##########
File path: apisix/cli/ops.lua
##########
@@ -750,6 +750,11 @@ Please modify "admin_key" in conf/config.yaml .
sys_conf["worker_processes"] = floor(tonumber(env_worker_processes))
end
+ if sys_conf["http"]["lua_shared_dicts"] then
+ stderr:write("lua_shared_dicts is deprecated, " ..
+ "custom_lua_shared_dict instead\n")
Review comment:
```suggestion
"use custom_lua_shared_dict instead\n")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]