firewalk
    Preparing search index...

    Interface TraverseEachConfig

    The configuration that a given traverser uses in sequential traversals.

    interface TraverseEachConfig {
        sleepTimeBetweenDocs: number;
    }
    Index

    Properties

    sleepTimeBetweenDocs: number

    The amount of time (in ms) to "sleep" before moving to the next doc.

    0