github.com/lib/pq.Listener.maxReconnectInterval (field)

4 uses

	github.com/lib/pq (current package)
		notify.go#L409: 	maxReconnectInterval time.Duration
		notify.go#L454: 		maxReconnectInterval: maxReconnectInterval,
		notify.go#L760: 			if reconnectInterval > l.maxReconnectInterval {
		notify.go#L761: 				reconnectInterval = l.maxReconnectInterval