hoshimi
    Preparing search index...

    Interface HoshimiRestOptions

    The rest options.

    interface HoshimiRestOptions {
        resumeTimeout?: number;
    }
    Index

    Properties

    Properties

    resumeTimeout?: number

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

    10000