maxIdleChannels property

int? get maxIdleChannels

The maximum number of idle GRPC channels to keep. A smaller number of idle channels reduces memory usage but increases request latency for clients with fluctuating request rates. If set to 0, shuts down all GRPC channels when the client becomes idle. Defaults to 1.

Implementation

external int? get maxIdleChannels;