hoshimi
    Preparing search index...

    Interface HoshimiNodeOptions

    The manager node options.

    interface HoshimiNodeOptions {
        resumable?: boolean;
        resumeByLibrary?: boolean;
        resumeTimeout?: number;
        userAgent?: UserAgent;
    }
    Index

    Properties

    resumable?: boolean

    Make the node resumable.

    false
    
    resumeByLibrary?: boolean

    Hoshimi will try to resume the players in the node if it's possible.

    false
    
    resumeTimeout?: number

    The timeout for resuming the session in seconds.

    60
    
    userAgent?: UserAgent

    The user agent for the requests.

    `hoshimi/v${string} (${string})`