Click or drag to resize
Akka.NETReplicatorSettingsMaxPruningDissemination Property
How long time it takes (worst case) to spread the data to all other replica nodes. This is used when initiating and completing the pruning process of data associated with removed cluster nodes. The time measurement is stopped when any replica is unreachable, so it should be configured to worst case in a healthy cluster.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TimeSpan MaxPruningDissemination { get; }

Property Value

Type: TimeSpan
See Also