FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface ParallelFetchConfig

    Configuration for parallel fetch operations.

    Port of struct ParallelFetchConfig from cmd/parallel.rs.

    interface ParallelFetchConfig {
        timeoutSeconds?: number;
        verbose?: boolean;
    }
    Index

    Properties

    timeoutSeconds?: number

    Maximum time to wait for all responses (in seconds)

    verbose?: boolean

    Whether to show verbose output