github.com/go-pg/pg/v10/internal/pool.Stats.Timeouts (field)

4 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L31: 	Timeouts uint32 // number of times a wait timeout occurred
		pool.go#L297: 		atomic.AddUint32(&p.stats.Timeouts, 1)
		pool.go#L390: 		Timeouts: atomic.LoadUint32(&p.stats.Timeouts),