Skip to content

Set default gRPC parameters #451

@stephenplusplus

Description

@stephenplusplus

In common-grpc, we had some defaults set:

// RE: https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1991
'grpc.max_send_message_length': -1, // unlimited
'grpc.max_receive_message_length': -1, // unlimited
// RE: https://github.com/grpc/grpc/issues/8839
// RE: https://github.com/grpc/grpc/issues/8382
// RE: https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1991
'grpc.initial_reconnect_backoff_ms': 5000

Should we pop these in here as well?

Metadata

Metadata

Labels

type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions