google.golang.org/grpc/backoff.Config.MaxDelay (field)
4 uses
google.golang.org/grpc/backoff (current package)
backoff.go#L39: MaxDelay time.Duration
backoff.go#L51: MaxDelay: 120 * time.Second,
google.golang.org/grpc
dialoptions.go#L265: bc.MaxDelay = b.MaxDelay
google.golang.org/grpc/internal/backoff
backoff.go#L58: backoff, max := float64(bc.Config.BaseDelay), float64(bc.Config.MaxDelay)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |