Commit b3cfb834 by Jason Song

change peerEurekaNodesUpdateIntervalMs to 1 min

parent 1d4d3ff2
......@@ -3,6 +3,7 @@ eureka:
hostname: ${hostname:localhost}
preferIpAddress: true
server:
peerEurekaNodesUpdateIntervalMs: 1 * 60 * 1000 # 1 min
enableSelfPreservation: false
client:
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