SignalCD Modern PoC API
    Preparing search index...

    Interface RecoveryPolicy

    interface RecoveryPolicy {
        publishSnapshotOnRecoverySignal?: boolean;
        replayAttemptedOnReconnect?: boolean;
        snapshotThresholdOutboundEntries?: number;
    }
    Index
    publishSnapshotOnRecoverySignal?: boolean

    Publish a durable full snapshot when the transport reports ambiguous loss.

    replayAttemptedOnReconnect?: boolean
    snapshotThresholdOutboundEntries?: number

    Replace accumulated CRDT increment history with a retained snapshot after this many CRDT outbound records. Access-control records are never covered by this compaction threshold.