openresty / lua-resty-mysql

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
708 stars 236 forks source link

TODO: support specify pool_size and backlog in connect method. #100

Open doujiang24 opened 4 years ago

doujiang24 commented 4 years ago

now we only use the pool field like here: https://github.com/openresty/lua-resty-mysql/blob/master/lib/resty/mysql.lua#L574

timonwong commented 4 years ago

Is there any opportunity to review & merge #97?