@playlive/tiltify-search
    Preparing search index...

    Type Alias GetAllCampaignsOptions

    type GetAllCampaignsOptions = {
        concurrency?: number;
    }
    Index
    concurrency?: number

    Maximum number of in-flight Meilisearch requests. Sibling probes and leaf fetches run in parallel up to this cap. Defaults to 4. Set to 1 to restore the original serial behavior.