Skip to content

Commit bcd77d8

Browse files
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.
1 parent 0a435dc commit bcd77d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/HealthCheckBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public HealthCheckBuilder()
2121
[string.Empty] = _currentGroup
2222
};
2323

24-
DefaultCacheDuration = TimeSpan.FromMinutes(5);
24+
DefaultCacheDuration = TimeSpan.FromMinutes(1);
2525
}
2626

2727
/// <summary>

0 commit comments

Comments
 (0)