cross-process-lock
    Preparing search index...

    Interface LockOptions

    interface LockOptions {
        lockTimeout?: number;
        waitTimeout?: number;
    }
    Index

    Properties

    lockTimeout?: number
    waitTimeout?: number