Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.11 KB

DOCUMENTATION.md

File metadata and controls

42 lines (24 loc) · 1.11 KB

Table of Contents

setCommandTimeout

  • See: DEFAULT_TIMEOUT

Overrides the default timeout of the command used for journal.io, which is defined in config.json or if not defined, defaults to DEFAULT_TIMEOUT

Parameters

  • t number timeout in milliseconds

getPort

  • See: DEFAULT_TIMEOUT

Gets the port which the journal.js http server runs in

setPort

  • See: DEFAULT_TIMEOUT

Gets the port which the journal.js http server runs in

Parameters

  • port number a valid port number

DEFAULT_TIMEOUT

Default timeout (in milliseconds) for which a command lasts for.

Type: number