From 9714cc3136c28e98772a318349b2552e2326daa4 Mon Sep 17 00:00:00 2001 From: Jason Ford Date: Wed, 7 Feb 2024 17:09:08 -0800 Subject: docs(cli): add unit info for idleTimeout (#22335) Signed-off-by: Jason Ford --- cli/tsc/dts/lib.deno.ns.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.deno.ns.d.ts') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index c2061e287..d17c31097 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -5717,7 +5717,8 @@ declare namespace Deno { * `pong` within the timeout specified, the connection is deemed * unhealthy and is closed. The `close` and `error` event will be emitted. * - * The default is 120 seconds. Set to `0` to disable timeouts. */ + * The unit is seconds, with a default of 120. + * Set to `0` to disable timeouts. */ idleTimeout?: number; } -- cgit v1.2.3