KC's Workspace
    Preparing search index...

    Interface AwaitWriteFinishOptions

    interface AwaitWriteFinishOptions {
        pollInterval?: number;
        stabilityThreshold?: number;
    }
    Index
    pollInterval?: number

    File size polling interval.

    stabilityThreshold?: number

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