Skip to content

Commit 565f471

Browse files
authored
remove duplicate line in docs (#1496)
Signed-off-by: JongHae.Park <jong.parrk@gmail.com>
1 parent 99e710d commit 565f471

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
|spring.cloud.loadbalancer.enabled | `+++true+++` | Enables Spring Cloud LoadBalancer.
4545
|spring.cloud.loadbalancer.health-check.initial-delay | `+++0+++` | Initial delay value for the HealthCheck scheduler.
4646
|spring.cloud.loadbalancer.health-check.interval | `+++25s+++` | Interval for rerunning the HealthCheck scheduler.
47-
|spring.cloud.loadbalancer.health-check.interval | `+++25s+++` | Interval for rerunning the HealthCheck scheduler.
4847
|spring.cloud.loadbalancer.health-check.path | | Path at which the health-check request should be made. Can be set up per `serviceId`. A `default` value can be set up as well. If none is set up, `/actuator/health` will be used.
4948
|spring.cloud.loadbalancer.health-check.port | | Path at which the health-check request should be made. If none is set, the port under which the requested service is available at the service instance.
5049
|spring.cloud.loadbalancer.health-check.refetch-instances | `+++false+++` | Indicates whether the instances should be refetched by the `HealthCheckServiceInstanceListSupplier`. This can be used if the instances can be updated and the underlying delegate does not provide an ongoing flux.

spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
"description": "Initial delay value for the HealthCheck scheduler.",
6060
"type": "java.time.Duration"
6161
},
62-
{
63-
"name": "spring.cloud.loadbalancer.health-check.interval ",
64-
"defaultValue": "25s",
65-
"description": "Interval for rerunning the HealthCheck scheduler.",
66-
"type": "java.time.Duration"
67-
},
6862
{
6963
"name": "spring.cloud.loadbalancer.health-check.path",
7064
"description": "Path at which the health-check request should be made. Can be set up per `serviceId`. A `default` value can be set up as well. If none is set up, `/actuator/health` will be used.",

0 commit comments

Comments
 (0)