1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-28 06:10:27 +02:00

grpc should fail when heart beating to master

fix https://github.com/chrislusf/seaweedfs/issues/1820
This commit is contained in:
Chris Lu 2021-02-19 03:37:29 -08:00
parent 60d7b809c1
commit f465d63b5d

View file

@ -64,7 +64,6 @@ func GrpcDial(ctx context.Context, address string, opts ...grpc.DialOption) (*gr
grpc.WithDefaultCallOptions(
grpc.MaxCallSendMsgSize(Max_Message_Size),
grpc.MaxCallRecvMsgSize(Max_Message_Size),
grpc.WaitForReady(true),
),
grpc.WithKeepaliveParams(keepalive.ClientParameters{
Time: 30 * time.Second, // client ping server if no activity for this long