From 097aac79f54373662fbd3990d3e5e9fee2aae39d Mon Sep 17 00:00:00 2001 From: Cole Gleason Date: Fri, 27 Jun 2014 10:52:16 -0700 Subject: [PATCH] flags: remove MaxClusterSize variable --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index ce64b3126..acc79a4f0 100644 --- a/config/config.go +++ b/config/config.go @@ -66,7 +66,6 @@ type Config struct { PeersFile string `toml:"peers_file" env:"ETCD_PEERS_FILE"` MaxResultBuffer int `toml:"max_result_buffer" env:"ETCD_MAX_RESULT_BUFFER"` MaxRetryAttempts int `toml:"max_retry_attempts" env:"ETCD_MAX_RETRY_ATTEMPTS"` - MaxClusterSize int `toml:"max_cluster_size" env:"ETCD_MAX_CLUSTER_SIZE"` RetryInterval float64 `toml:"retry_interval" env:"ETCD_RETRY_INTERVAL"` Name string `toml:"name" env:"ETCD_NAME"` Snapshot bool `toml:"snapshot" env:"ETCD_SNAPSHOT"`