@ac-essentials/misc-util
    Preparing search index...

    Type Alias LockFileOptions

    type LockFileOptions = {
        pollIntervalMs?: number;
    }
    Index

    Properties

    Properties

    pollIntervalMs?: number

    The interval in milliseconds to poll for the lock file to be released. Default is 50ms.