| ReplicatorSettingsMaxPruningDissemination 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.129 (1.2.3.129)
Syntax public TimeSpan MaxPruningDissemination { get; }
member MaxPruningDissemination : TimeSpan with get
Property Value
Type:
TimeSpanSee Also