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
0a435dce57
commit
bcd77d8edc
@ -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