Skip to content

Commit 784366f

Browse files
committed
- 编译优化
1 parent 0b237a6 commit 784366f

File tree

1 file changed

+0
-1
lines changed
  • spring-cloud-kubernetes-loadbalancer-debugging-starter/src/main/java/spring/cloud/kubernetes/loadbalancer/debugging

1 file changed

+0
-1
lines changed

spring-cloud-kubernetes-loadbalancer-debugging-starter/src/main/java/spring/cloud/kubernetes/loadbalancer/debugging/LoadBalanceConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public ServiceInstanceListSupplier discoveryClientServiceInstanceListSupplier(
3535
ServiceInstanceListSupplier supplier = ServiceInstanceListSupplier
3636
.builder()
3737
.withBlockingDiscoveryClient()
38-
.withBlockingHealthChecks()
3938
.build(context);
4039
log.info("init NetSegmentServiceInstanceListSupplier.");
4140
return new NetSegmentServiceInstanceListSupplier(supplier, inetUtils);

0 commit comments

Comments
 (0)