ReplicatorSettings.ReplicationBatchSendInterval Property

Definition

Gets or sets the amount of time that the replicator waits after receiving an operation before force sending a batch.

public TimeSpan? ReplicationBatchSendInterval { get; set; }
member this.ReplicationBatchSendInterval : Nullable<TimeSpan> with get, set
Public Property ReplicationBatchSendInterval As Nullable(Of TimeSpan)

Property Value

The amount of time that the replicator waits after receiving an operation before sending a batch.

Remarks

If ReplicationBatchSize operations has not been reached, the batch will be sent after this interval Increasing the ReplicationBatchSendInterval value decreases latency of individual replication Default value is 0.015 Seconds (15 milliseconds)

Applies to