We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea41928 commit 03d9ef0Copy full SHA for 03d9ef0
packages/node/src/backend.ts
@@ -25,7 +25,7 @@ export interface NodeOptions extends Options {
25
/** Sets an optional server name (device name) */
26
serverName?: string;
27
28
- /** Maximum time to wait to drain the request queue, before the process is allowed to exit. */
+ /** Maximum time in milliseconds to wait to drain the request queue, before the process is allowed to exit. */
29
shutdownTimeout?: number;
30
31
/** Set a HTTP proxy that should be used for outbound requests. */
0 commit comments