Commit f5ad9682588471cedc0ca94f7b2ef0dbbd4ff346

Authored by 刘岱鹏
1 parent b0cba180

调整检查时间

Showing 1 changed file with 2 additions and 2 deletions
user-service.yml
@@ -54,8 +54,8 @@ eureka: @@ -54,8 +54,8 @@ eureka:
54 healthcheck: 54 healthcheck:
55 enabled:true 55 enabled:true
56 client: 56 client:
57 - leaseRenewalIntervalInSeconds: 20  
58 - leaseExpirationDurationInSeconds: 30 57 + leaseRenewalIntervalInSeconds: 5
  58 + leaseExpirationDurationInSeconds: 12
59 registerWithEureka: true 59 registerWithEureka: true
60 fetchRegistry: false 60 fetchRegistry: false
61 serviceUrl: 61 serviceUrl: