Documentation - v0.30.1
    Preparing search index...

    Interface FloodLimit

    interface FloodLimit {
        count: number;
        windowMs: number;
    }
    Index

    Properties

    Properties

    count: number

    maximum events allowed within windowMs

    windowMs: number

    window size in ms