Commit 5e9166b
committed
The most significant changes involve the modification of the
Changes:
1. The `AddKenticoHealthChecks` method signature has been modified to provide a default value of `false` for the `useEventLogPublisher` parameter. This means that if no argument is provided for this parameter when the method is called, it will default to `false`. (Refer to the changes in the `AddKenticoHealthChecks` method in the code)
2. The delay for the `HealthCheckPublisherOptions` has been increased from 2 seconds to 15 seconds. This means that the health check will now wait for 15 seconds before publishing its results. (Refer to the changes in the `HealthCheckPublisherOptions` settings in the code)AddKenticoHealthChecks method signature and the increase in delay for the HealthCheckPublisherOptions. The AddKenticoHealthChecks method now has a default value of false for the useEventLogPublisher parameter, which means it will default to false if no argument is provided. The delay for the HealthCheckPublisherOptions has been increased from 2 seconds to 15 seconds, causing the health check to wait longer before publishing its results.1 parent 4a5471c commit 5e9166b
File tree
1 file changed
+2
-2
lines changed- src/XperienceCommunity.AspNetCore.HealthChecks
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments