google.golang.org/grpc.retryPolicy.maxAttempts (field)

5 uses

	google.golang.org/grpc (current package)
		service_config.go#L137: 	maxAttempts int
		service_config.go#L385: 		maxAttempts:          jrp.MaxAttempts,
		service_config.go#L391: 	if rp.maxAttempts > 5 {
		service_config.go#L393: 		rp.maxAttempts = 5
		stream.go#L552: 	if cs.numRetries+1 >= rp.maxAttempts {