diff --git a/gateway/http.d/init.conf b/gateway/http.d/init.conf index aeb5821d1..55a8764ce 100644 --- a/gateway/http.d/init.conf +++ b/gateway/http.d/init.conf @@ -104,5 +104,3 @@ init_worker_by_lua_block { require('apicast.executor'):init_worker() } - -lua_shared_dict init 256k; diff --git a/gateway/http.d/shdict.conf b/gateway/http.d/shdict.conf index 8f49fc796..a7c138368 100644 --- a/gateway/http.d/shdict.conf +++ b/gateway/http.d/shdict.conf @@ -1,7 +1,5 @@ lua_shared_dict api_keys 30m; lua_shared_dict rate_limit_headers 20m; -lua_shared_dict configuration 10m; -lua_shared_dict locks 1m; lua_shared_dict limiter 1m; # This shared dictionaries are only used in the 3scale batcher policy.