Skip to Content

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.