Commit 66387a15 by Ryan W. Moore

Fix minor misspelling in docs

parent a0c1b4c0
...@@ -286,7 +286,7 @@ Being an instance also involves a periodic heartbeat to the registry ...@@ -286,7 +286,7 @@ Being an instance also involves a periodic heartbeat to the registry
(via the client's `serviceUrl`) with default duration 30 seconds. A (via the client's `serviceUrl`) with default duration 30 seconds. A
service is not available for discovery by clients until the instance, service is not available for discovery by clients until the instance,
the server and the client all have the same metadata in their local the server and the client all have the same metadata in their local
cache (so it could take 3 hearbeats). You can change the period using cache (so it could take 3 heartbeats). You can change the period using
`eureka.instance.leaseRenewalIntervalInSeconds` and this will speed up `eureka.instance.leaseRenewalIntervalInSeconds` and this will speed up
the process of getting clients connected to other services. In the process of getting clients connected to other services. In
production it's probably better to stick with the default because production it's probably better to stick with the default because
......
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