Closed lukasbudisky closed 5 years ago
Thanks for your PR!
Since you're making changes to the provider
block, please update the docs with information about the new attributes. Otherwise, looks good.
Thanks for your reply. I updated documentation.
@davidji99 Is there some information when will be new mysql provider version released?
Hi @lukasbudisky,
Let me submit a request for this today.
cool, thanks
New optional parameters for configuring mysql connection
max_conn_lifetime_sec: sets the maximum amount of time a connection may be reused. If d <= 0, connections are reused forever
max_open_conns: sets the maximum number of open connections to the database. If n <= 0, then there is no limit on the number of open connections