membphis 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_r400645276
########## File path: lua/apisix/plugins/limit-count.lua ########## @@ -82,6 +88,8 @@ function _M.check_schema(conf) conf.redis_port = conf.redis_port or 6379 conf.redis_timeout = conf.redis_timeout or 1000 + conf.redis_pool_size = conf.redis_pool_size or 1000 + conf.redis_backlog = conf.redis_backlog or 1000 Review comment: Thank you for reminding @spacewander ---------------------------------------------------------------- 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