ssl_go1.7.go
411 Bytes
-
fix: MySQL/Postgress max_idle_conn default was wrongly set to zero, which does… · a47b31ac
fix: MySQL/Postgress max_idle_conn default was wrongly set to zero, which does not mean unlimited but zero, which in practice disables connection pooling, not good. now max idle conn is set to golang's default which is 2, fixes #8513
Torkel Ödegaard committed