github.com/go-pg/pg/v10.Options.MaxRetries (field)

7 uses

	github.com/go-pg/pg/v10 (current package)
		base.go#L244: 	for attempt := 0; attempt <= db.opt.MaxRetries; attempt++ {
		base.go#L314: 	for attempt := 0; attempt <= db.opt.MaxRetries; attempt++ {
		options.go#L59: 	MaxRetries int
		stmt.go#L43: 	for attempt := 0; attempt <= stmt.db.opt.MaxRetries; attempt++ {
		stmt.go#L96: 	for attempt := 0; attempt <= stmt.db.opt.MaxRetries; attempt++ {
		stmt.go#L161: 	for attempt := 0; attempt <= stmt.db.opt.MaxRetries; attempt++ {
		tx.go#L316: 	for attempt := 0; attempt <= tx.db.opt.MaxRetries; attempt++ {