@yeying-community/yeying-client-ts
    Preparing search index...

    Interface CommonConfig

    Configuration options for a worker.

    interface CommonConfig {
        concurrency?: number;
        retries?: number;
    }
    Index

    Properties

    concurrency?: number

    The maximum number of concurrent operations the worker should perform.

    1
    
    retries?: number

    The number of times the worker should retry an operation before failing.

    3