I'm wanting to adjust the idle timeout for a gRPC channel (i.e. the time required for the channel to move from a READY state to an IDLE state, as per the core specs) in grpc-js.gRPC core suggests there's a GRPC_ARG_CLIENT_IDLE_TIMEOUT_MS to change this value (currently defaulting to 300 seconds). I expected this to be part of ChannelOptions or ClientOptions in grpc-js, but couldn't find anything. Is there a way to adjust this?
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/2ec8eb2a-132e-40e6-b3c2-a3081922f8aan%40googlegroups.com.