@openpit/engine
    Preparing search index...

    Interface RateLimitInit

    Plain-object form of RateLimit. windowMs is the rolling-window length in milliseconds.

    interface RateLimitInit {
        maxOrders: number;
        windowMs: number;
    }
    Index
    maxOrders: number
    windowMs: number