提交 b3cfb834 编写于 作者: J Jason Song

change peerEurekaNodesUpdateIntervalMs to 1 min

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册