Type Alias FixedWindowLimiterSettings

FixedWindowLimiterSettings: { window?: ITimeSpan }

IMPORT_PATH: "@daiso-tech/core/rate-limiter/policies"

Type declaration

  • Optionalwindow?: ITimeSpan

    The time span in which attempts are active before reseting.

    import { TimeSpan } from "@daiso-tech/core/time-span";

    TimeSpan.fromSeconds(1)