Documentation
    Preparing search index...

    Type Alias LightPushProtocolOptions

    LightPushProtocolOptions: ISendOptions & {
        numPeersToUse?: number;
        retryIntervalMs: number;
    }

    Type declaration

    • OptionalnumPeersToUse?: number

      Number of peers to send message to.

      1
      
    • retryIntervalMs: number

      The interval in milliseconds to wait before retrying a failed push.

      1000