HoshimiRestOptions

The rest options.

Signature

export interface HoshimiRestOptions

Properties

2

Methods

0

No methods.

Properties

resumeTimeout?: number;

The amount of time to wait for the player to resume. (in milliseconds)

@type{number}@default10000
restTimeout?: number;

The default REST request timeout applied to nodes that do not set their own `restTimeout`. (in milliseconds)

@type{number}@default10000