Documentation
    Preparing search index...

    Type Alias FilterProtocolOptions

    type FilterProtocolOptions = {
        keepAliveIntervalMs: number;
        numPeersToUse: number;
        pingsBeforePeerRenewed: number;
    }
    Index

    Properties

    keepAliveIntervalMs: number

    Interval with which Filter subscription will attempt to send ping requests to subscribed peers.

    60_000
    
    numPeersToUse: number

    Number of peers to be used for establishing subscriptions.

    2
    
    pingsBeforePeerRenewed: number

    Number of failed pings allowed to make to a remote peer before attempting to subscribe to a new one.

    3