RemediationDelay
Gets or sets the delay between the moment an inconsistency is detected and moment a remediation is attempted. The default value is 5 seconds.
Declaration
public TimeSpan RemediationDelay { get; set; }Property Value
| Type | Description |
|---|---|
| TimeSpan |
Remarks
In distributed caching, there might be a slight delay between the changes are replicated among all nodes. These inconsistencies are harmless. This is why we test for a consistency a second time after some delay when we find some problem.