Skip to content

Commit 03d9ef0

Browse files
authored
ref: update comment for shutdownTimeout type description (getsentry#2557)
1 parent ea41928 commit 03d9ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/backend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface NodeOptions extends Options {
2525
/** Sets an optional server name (device name) */
2626
serverName?: string;
2727

28-
/** Maximum time to wait to drain the request queue, before the process is allowed to exit. */
28+
/** Maximum time in milliseconds to wait to drain the request queue, before the process is allowed to exit. */
2929
shutdownTimeout?: number;
3030

3131
/** Set a HTTP proxy that should be used for outbound requests. */

0 commit comments

Comments
 (0)