RangeLeaseDuration
getset
public TimeSpan RangeLeaseDuration Gets or sets the range lease duration applied after an ungraceful silo failure. This duration applies in two scenarios:
- When a specific silo crashes ungracefully, grain lease holds prevent individual re-registration of its grains for this duration.
- When a directory partition can not acquire a snapshot from a previous owner, range lease holds prevent new registrations in that whole range for this duration.
System.TimeSpan.Zero to disable range leases. 