website: fixing typo

This commit is contained in:
Armon Dadgar 2014-02-19 17:05:57 -08:00
parent 262c039425
commit bcc533cada

View File

@ -103,7 +103,7 @@ WAN gossip. Because the servers are all operating in this pool, it also enables
When a server receives a request for a different datacenter, it forwards it to a random server When a server receives a request for a different datacenter, it forwards it to a random server
in the correct datacenter. That server may then forward to the local leader. in the correct datacenter. That server may then forward to the local leader.
This results in a very low coupling between datacenters, but because of a Serf failure detection, This results in a very low coupling between datacenters, but because of failure detection,
connection caching and multiplexing, cross-dc requests are relatively fast and reliable. connection caching and multiplexing, cross-dc requests are relatively fast and reliable.
## Getting in depth ## Getting in depth