@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Interface AppendSessionOptions

    Options for append sessions (backpressure control).

    interface AppendSessionOptions {
        maxInflightBatches?: number;
        maxInflightBytes?: number;
    }
    Index

    Properties

    maxInflightBatches?: number

    Max in-flight batches before backpressure.

    maxInflightBytes?: number

    Max in-flight bytes before backpressure (default: 3 MiB).