mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
use 8 instead of 9 nodes to satisfy giddyup
This commit is contained in:
parent
8aa5c3f33f
commit
a6cb50cdfc
@ -139,7 +139,7 @@ expand_cluster(OldNodes, NewNodes0) ->
|
||||
Replacements.
|
||||
|
||||
build_initial_cluster(Config) ->
|
||||
TotalNodes = 9,
|
||||
TotalNodes = 8,
|
||||
InitialNodes = 3,
|
||||
Nodes = rt:deploy_nodes(TotalNodes, Config),
|
||||
Node = hd(Nodes),
|
||||
|
Loading…
Reference in New Issue
Block a user