interface IOpts {
    windowLimit?: number;
}

Properties

Properties

windowLimit?: number

Maximum number of events to keep in the window. If more events are retrieved via pagination requests, excess events will be dropped from the other end of the window.