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:
Cesar De la Torre 2017-05-03 13:42:06 -07:00
parent 0a435dce57
commit bcd77d8edc

View File

@ -21,7 +21,7 @@ namespace Microsoft.Extensions.HealthChecks
[string.Empty] = _currentGroup [string.Empty] = _currentGroup
}; };
DefaultCacheDuration = TimeSpan.FromMinutes(5); DefaultCacheDuration = TimeSpan.FromMinutes(1);
} }
/// <summary> /// <summary>