You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/03/31 02:24:08 UTC

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1372: modify: specify pool_size and backlog for plugin

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_r400604545
 
 

 ##########
 File path: lua/apisix/plugins/limit-count/limit-count-redis.lua
 ##########
 @@ -20,6 +20,7 @@ local resty_lock = require("resty.lock")
 local assert = assert
 local setmetatable = setmetatable
 local tostring = tostring
+local options = {pool_size = 1000, backlog = 1000}
 
 Review comment:
   hard code options?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services