Prelude API
    Preparing search index...

    Interface CallOptions

    interface CallOptions {
        signal?: AbortSignalLike;
        timeout?: number;
    }
    Index
    timeout?: number

    Reject with a TimeoutError if no response arrives within this many milliseconds. A value above 2_147_483_647 (the setTimeout limit, ~24.8 days) means no timeout.