Add doc for pool_max_conn_idle_time option

pull/674/head
Jack Christensen 2020-02-01 09:45:20 -06:00
parent 5082e30c4c
commit 2d20ba7ba4
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ func ConnectConfig(ctx context.Context, config *Config) (*Pool, error) {
//
// pool_max_conns: integer greater than 0
// pool_max_conn_lifetime: duration string
// pool_max_conn_idle_time: duration string
// pool_health_check_period: duration string
//
// See Config for definitions of these arguments.