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 2020/03/30 08:42:35 UTC

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1367: Allow add custom shared dict

moonming commented on a change in pull request #1367: Allow add custom shared dict
URL: https://github.com/apache/incubator-apisix/pull/1367#discussion_r400020513
 
 

 ##########
 File path: conf/config.yaml
 ##########
 @@ -111,6 +111,8 @@ nginx_config:                     # config for render the template to genarate n
     real_ip_from:                  # http://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from
       - 127.0.0.1
       - 'unix:'
+    lua_shared_dicts:
+      ipc_shared_dict: 100m         # custom shared cache
 
 Review comment:
   should be commented by default.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services