summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
authorJason Ford <fordjason@gmail.com>2024-02-07 17:09:08 -0800
committerGitHub <noreply@github.com>2024-02-07 18:09:08 -0700
commit9714cc3136c28e98772a318349b2552e2326daa4 (patch)
tree877d35512042aac39c70ef8b72d3662e53bd9748 /cli/tsc/dts/lib.deno.ns.d.ts
parent046ed6e86af91f12c790e925bcc3d3a339252a88 (diff)
docs(cli): add unit info for idleTimeout (#22335)
Signed-off-by: Jason Ford <fordjason@gmail.com>
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r--cli/tsc/dts/lib.deno.ns.d.ts3
1 files changed, 2 insertions, 1 deletions
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;
}