Pipit - v2.0.1
    Preparing search index...

    Interface BatchMessagesOptions

    Options passed to batchMessages.

    interface BatchMessagesOptions {
        limit?: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    The maximum number of buffered messages.

    If < 2 then no batching is done.

    50
    
    timeout?: number

    The timeout in milliseconds between the first and the last message in the batchMessages.

    If < 0 then no batching is done.

    100