Interface SockDaemonServerOptions

Options for the SockDaemonServer constructor

Hierarchy

  • SockDaemonServerOptions

Properties

connectionTimeout?: number

Time in milliseconds before a connection will be disconnected if it does not make any requests. Defaults to 1000 (1 second)

idleTimeout?: number

Time in milliseconds before the daemon will close if no requests are received. Defaults to 3_600_000 (1 hour)

Generated using TypeDoc