@nats-io/jetstream
    Preparing search index...

    Type Alias Expires

    type Expires = {
        expires?: number;
    }
    Index

    Properties

    Properties

    expires?: number

    Amount of milliseconds to wait for messages before issuing another request. Note this value shouldn't be set by the user, as the default provides proper behavior. A low value will stress the server.

    Minimum value is 1000 (1s).

    30_000 (30s)