From 30bc19f00267e06ba02a6e823af87ed08ed16b5c Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 19 Feb 2014 17:05:57 -0800 Subject: [PATCH] website: fixing typo --- website/source/docs/internals/architecture.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/architecture.html.markdown b/website/source/docs/internals/architecture.html.markdown index 4046508c2..02d408f17 100644 --- a/website/source/docs/internals/architecture.html.markdown +++ b/website/source/docs/internals/architecture.html.markdown @@ -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 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. ## Getting in depth