HoshimiRestOptions
The rest options.
Signature
export interface HoshimiRestOptionsProperties
2Methods
0No 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