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

    Type Alias IdleHeartbeat

    type IdleHeartbeat = {
        idle_heartbeat?: number;
    }
    Index

    Properties

    Properties

    idle_heartbeat?: number

    Number of milliseconds to wait for a server heartbeat when not actively receiving messages. When two or more heartbeats are missed in a row, the consumer will emit a notification. Note this value shouldn't be set by the user, as the default provides the proper behavior. A low value will stress the server.