Click or drag to resize
Akka.NETDistributedPubSubSettingsMaxDeltaElements Property
Maximum number of elements to transfer in one message when synchronizing the registries. Next chunk will be transferred in next round of gossip.

Namespace:  Akka.Cluster.Tools.PublishSubscribe
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int MaxDeltaElements { get; }

Property Value

Type: Int32
See Also