From 3e770a5eca9cd6794d40701e76b6f1bb491481c1 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Wed, 21 Feb 2018 13:47:55 -0600 Subject: [PATCH] remove cluster type http from docs --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2385f2494..33a78018e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -183,9 +183,8 @@ Any flag that has a value that is a comma separated list on the command line bec #### Cluster Type -* Description: Determine how the cluster handles membership and state sharing. Choose from [static, http, gossip]. +* Description: Determine how the cluster handles membership and state sharing. Choose from [static, gossip]. * static - Messaging between nodes is disabled. This is primarily used for testing. - * http - Messages are transmitted over HTTP. * gossip - Messages are transmitted over TCP. Cluster status and node state are kept in sync via internode gossip. * Flag: `cluster.type="gossip"` * Env: `PILOSA_CLUSTER_TYPE="gossip"`