mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Initialize a non-empty number of Consul Datacenters. No functional change.
This commit is contained in:
parent
223f605b1e
commit
65edc0a374
@ -222,7 +222,7 @@ func NewServer(config *Config) (*Server, error) {
|
||||
localConsuls: make(map[string]*agent.Server),
|
||||
logger: logger,
|
||||
reconcileCh: make(chan serf.Member, 32),
|
||||
remoteConsuls: make(map[string][]*agent.Server),
|
||||
remoteConsuls: make(map[string][]*agent.Server, 4),
|
||||
rpcServer: rpc.NewServer(),
|
||||
rpcTLS: incomingTLS,
|
||||
tombstoneGC: gc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user