Kizuki
    Preparing search index...

    Interface LockOptions

    Options for withLock.

    interface LockOptions {
        retryMs?: number;
        timeoutMs?: number;
    }
    Index
    retryMs?: number

    How often to try again while waiting. Default 25 ms.

    timeoutMs?: number

    How long to wait for another holder before giving up. Default 30 seconds.