github.com/jackc/pgx/v5/pgxpool.Config.MaxConnLifetime (field)
5 uses
github.com/jackc/pgx/v5/pgxpool (current package)
pool.go#L164: MaxConnLifetime time.Duration
pool.go#L246: maxConnLifetime: config.MaxConnLifetime,
pool.go#L303: maxAgeTime := time.Now().Add(config.MaxConnLifetime).Add(time.Duration(jitterSecs) * time.Second)
pool.go#L417: config.MaxConnLifetime = d
pool.go#L419: config.MaxConnLifetime = defaultMaxConnLifetime
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)