This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
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.
pull/223/head
Cesar De la Torre
7 years ago
parent
0a435dce57
commit
bcd77d8edc
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/HealthCheckBuilder.cs
+ 1
- 1
src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/HealthCheckBuilder.cs
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>
Write
Preview
Loading…
Cancel
Save