Documentation
    Preparing search index...

    Variable DEFAULT_BURST_WINDOW_MSConst

    DEFAULT_BURST_WINDOW_MS: 3000 = 3_000

    Default init-burst guard window: 3 000 ms (3 seconds).

    The initialization window covers the first few seconds after a napplet loads. Legitimate napplets bootstrap with a small number of setup requests; a napplet that fires many ops in the first 3 seconds is exhibiting burst-attack behavior (BURST-01, BURST-02).

    const guard: BurstGuard = { windowMs: DEFAULT_BURST_WINDOW_MS, maxOps: DEFAULT_BURST_MAX_OPS, action: DEFAULT_BURST_ACTION };