google.golang.org/grpc/internal/serviceconfig.RetryPolicy.MaxAttempts (field)
5 uses
google.golang.org/grpc/internal/serviceconfig (current package)
serviceconfig.go#L161: MaxAttempts int
google.golang.org/grpc
service_config.go#L334: MaxAttempts: jrp.MaxAttempts,
service_config.go#L340: if rp.MaxAttempts > 5 {
service_config.go#L342: rp.MaxAttempts = 5
stream.go#L661: if cs.numRetries+1 >= rp.MaxAttempts {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)