github.com/gotd/td/mtproto.Options.MaxRetries (field)

5 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L181: 			MaxRetries:    opt.MaxRetries,
		options.go#L46: 	MaxRetries int
		options.go#L138: 	if opt.MaxRetries == 0 {
		options.go#L139: 		opt.MaxRetries = 5

	github.com/gotd/td/telegram
		client.go#L229: 		MaxRetries:        opt.MaxRetries,