Temporal change of DefaultCacheDuration for the Health Checks so it is shorter for a demo. Need to add overloads at the Health Check library so this is more flexible.
This commit is contained in:
parent
e74acc62e5
commit
17b3e0f14d
@ -21,7 +21,7 @@ namespace Microsoft.Extensions.HealthChecks
|
||||
[string.Empty] = _currentGroup
|
||||
};
|
||||
|
||||
DefaultCacheDuration = TimeSpan.FromMinutes(5);
|
||||
DefaultCacheDuration = TimeSpan.FromMinutes(1);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user