2
0

Merge branch 'master' into v5-dev

This commit is contained in:
Jack Christensen
2022-04-23 11:05:24 -05:00
7 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ type Config struct {
// MaxConnIdleTime is the duration after which an idle connection will be automatically closed by the health check.
MaxConnIdleTime time.Duration
// MaxConns is the maximum size of the pool.
// MaxConns is the maximum size of the pool. The default is the greater of 4 or runtime.NumCPU().
MaxConns int32
// MinConns is the minimum size of the pool. The health check will increase the number of connections to this