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 authored and jborkowski committed Nov 13, 2024
1 parent f312e06 commit febf816
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 @@ -24,6 +24,7 @@ function _M.new(conf)
scan_count = conf.scan_count or 10,
username = conf.username,
password = conf.password,
pool_size = conf.pool_size or 1,
},
mt
)
Expand Down

0 comments on commit febf816

Please sign in to comment.