mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:47:57 +08:00
remove max connection age
following https://github.com/grpc/grpc-go/issues/3170#issuecomment-552517779
This commit is contained in:
@@ -47,7 +47,6 @@ func NewGrpcServer(opts ...grpc.ServerOption) *grpc.Server {
|
||||
grpc.KeepaliveParams(keepalive.ServerParameters{
|
||||
Time: 10 * time.Second, // wait time before ping if no activity
|
||||
Timeout: 20 * time.Second, // ping timeout
|
||||
MaxConnectionAge: 10 * time.Hour,
|
||||
}),
|
||||
grpc.KeepaliveEnforcementPolicy(keepalive.EnforcementPolicy{
|
||||
MinTime: 60 * time.Second, // min time a client should wait before sending a ping
|
||||
|
Reference in New Issue
Block a user