mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
docs(cli): add unit info for idleTimeout (#22335)
Signed-off-by: Jason Ford <fordjason@gmail.com>
This commit is contained in:
parent
64e8b229f6
commit
5fd8d59555
1 changed files with 2 additions and 1 deletions
3
cli/tsc/dts/lib.deno.ns.d.ts
vendored
3
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue