QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpIngressServerInfo

    What the browser-requested ingress SERVER_INFO frame reports.

    interface QwpIngressServerInfo {
        durableAckEnabled: boolean;
        maxBatchSizeBytes: number;
    }
    Index

    Properties

    durableAckEnabled: boolean

    Whether this connection negotiated durable acknowledgements. This is the only durable-ACK verdict a browser can read: the confirmation header is invisible to page JavaScript and the subprotocol echo confirms the negotiation dialect, not the capability.

    maxBatchSizeBytes: number