KC's Workspace
    Preparing search index...
    interface AwaitWriteFinishOptions {
        pollInterval?: number;
        stabilityThreshold?: number;
    }
    Index

    Properties

    pollInterval?: number

    File size polling interval.

    stabilityThreshold?: number

    Amount of time in milliseconds for a file size to remain constant before emitting its event.