var google.golang.org/grpc/internal.KeepaliveMinPingTime
4 uses
google.golang.org/grpc/internal (current package)
internal.go#L40: KeepaliveMinPingTime = 10 * time.Second
google.golang.org/grpc
dialoptions.go#L424: if kp.Time < internal.KeepaliveMinPingTime {
dialoptions.go#L425: logger.Warningf("Adjusting keepalive ping interval to minimum period of %v", internal.KeepaliveMinPingTime)
dialoptions.go#L426: kp.Time = internal.KeepaliveMinPingTime
![]() |
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. |