mysql icon indicating copy to clipboard operation
mysql copied to clipboard

add MaxIdle/MaxOpen/MaxLifeTime/MaxIdleTime to Config

Open sunpe opened this issue 2 years ago • 0 comments

  • [] Do only one thing
  • [] Non breaking API changes
  • [] Tested

What did this pull request do?

I add MaxIdle/MaxOpen/MaxLifeTime/MaxIdleTime param to Config struct. And add Option function to set this 4 params.

User Case Description

sunpe avatar Aug 02 '22 11:08 sunpe