We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c819f4 commit 517455fCopy full SHA for 517455f
lualib/ngx/ssl/session/ticket/key_rotation.lua
@@ -262,6 +262,7 @@ function _M.init(opts)
262
local meta_shdict = require "resty.shdict.simple"
263
meta_shdict_set, meta_shdict_get = meta_shdict.gen_shdict_methods{
264
dict_name = shdict_name,
265
+ disable_shdict = disable_shm_cache,
266
debug_logger = dlog,
267
warn_logger = warn,
268
error_logger = error_log,
0 commit comments