@photostructure/fs-metadata
    Preparing search index...

    Interface PollingWatcherOptions

    interface PollingWatcherOptions {
        persistent?: boolean;
        pollIntervalMs?: number;
        signal?: AbortSignal;
    }

    Hierarchy (View Summary)

    Index
    persistent?: boolean

    Whether the pending poll timer keeps the Node.js event loop alive.

    pollIntervalMs?: number

    Milliseconds between one completed poll and the start of the next.

    signal?: AbortSignal

    Closes the watcher when aborted.