Skip to content

Commit

Permalink
Use atomic set and redis pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
kozak committed Nov 12, 2024
1 parent c153c61 commit a8bcc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resty/acme/storage/redis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function _M.new(conf)
ssl_verify = conf.ssl_verify or false,
ssl_server_name = conf.ssl_server_name,
namespace = conf.namespace or "",
pool_size = conf.pool_size or 1,
},
mt
)
Expand Down

0 comments on commit a8bcc95

Please sign in to comment.