Skip to content

ClusterMembershipOptions.MaxDefunctSiloEntries

MaxDefunctSiloEntries

getset
View source
public int? MaxDefunctSiloEntries
Gets or sets the maximum number of defunct silo entries to retain in the membership table. When this limit is exceeded, the first active silo, selected by natural SiloAddress sort order, asynchronously removes the oldest excess defunct entries from the membership table. Set this value to null to retain all defunct entries and disable threshold-based cleanup.

Property value

Membership retains up to 25 defunct silo entries by default.