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