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:
......
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