Commit b3cfb834 by Jason Song

change peerEurekaNodesUpdateIntervalMs to 1 min

parent 1d4d3ff2
...@@ -3,6 +3,7 @@ eureka: ...@@ -3,6 +3,7 @@ eureka:
hostname: ${hostname:localhost} hostname: ${hostname:localhost}
preferIpAddress: true preferIpAddress: true
server: server:
peerEurekaNodesUpdateIntervalMs: 1 * 60 * 1000 # 1 min
enableSelfPreservation: false enableSelfPreservation: false
client: client:
serviceUrl: serviceUrl:
...@@ -19,4 +20,4 @@ management: ...@@ -19,4 +20,4 @@ management:
enabled: false enabled: false
health: health:
status: status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment