You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/10 01:05:11 UTC

[GitHub] [apisix] tokers commented on a change in pull request #5030: change: use a new name to customize lua_shared_dict in nginx.conf

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org