it
    Preparing search index...

    Interface ParallelOptions

    interface ParallelOptions {
        concurrency?: number;
        ordered?: boolean;
    }
    Index

    Properties

    concurrency?: number

    How many jobs to execute in parallel (default: )

    ordered?: boolean