From 801b642dead90dccecf06efb8589dace8bab5e88 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sat, 4 Jan 2014 17:58:39 -0800 Subject: [PATCH] fix(Documentation): fixup headers fixup the headers on the api and tuning sections --- Documentation/api.md | 2 +- Documentation/tuning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/api.md b/Documentation/api.md index 7e390f9c0..2f1360acc 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -1,4 +1,4 @@ -## Usage +## etcd API ### Running a Single Machine Cluster diff --git a/Documentation/tuning.md b/Documentation/tuning.md index 0c10f8429..607f16b42 100644 --- a/Documentation/tuning.md +++ b/Documentation/tuning.md @@ -1,4 +1,4 @@ -### Tuning +## Tuning The default settings in etcd should work well for installations on a local network where the average network latency is low. However, when using etcd across multiple data centers or over networks with high latency you may need to tweak the heartbeat and election timeout settings.