DEFAULT_TIMEOUT Variable DEFAULT_TIMEOUTConst DEFAULT_TIMEOUT: 30 Per-call deadline in seconds, used when a method is given no timeout. Seconds, which is the unit a caller thinks in. @grpc/grpc-js takes deadlines in milliseconds, so the conversion belongs at the call site that builds CallOptions, not here. Quickstart
Per-call deadline in seconds, used when a method is given no timeout.
Seconds, which is the unit a caller thinks in.
@grpc/grpc-jstakes deadlines in milliseconds, so the conversion belongs at the call site that buildsCallOptions, not here.