moonming commented on a change in pull request #1372: modify: specify pool_size and backlog for plugin URL: https://github.com/apache/incubator-apisix/pull/1372#discussion_r400941457
########## File path: lua/apisix/plugins/limit-count/limit-count-redis.lua ########## @@ -20,6 +20,8 @@ local resty_lock = require("resty.lock") local assert = assert local setmetatable = setmetatable local tostring = tostring +local options = {} + Review comment: `options` should be processed at compile time, not assembled at run time ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services