Skip to content

Commit

Permalink
Remove unused lua_shared_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tkan145 committed Mar 11, 2024
1 parent fb778c3 commit e3c1465
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gateway/http.d/init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,3 @@ init_worker_by_lua_block {

require('apicast.executor'):init_worker()
}

lua_shared_dict init 256k;
2 changes: 0 additions & 2 deletions gateway/http.d/shdict.conf
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e3c1465

Please sign in to comment.