From ed5fbaef06854c97869092961f8a8fb32bb1c832 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 6 Sep 2018 20:46:49 -0700 Subject: [PATCH] Default to 10 validators --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 1f2dbc7a3b..7cbe3f7417 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -7,7 +7,7 @@ source "$here"/../scripts/gcloud.sh source "$here"/common.sh prefix=testnet-dev-${USER//[^A-Za-z0-9]/} -validatorNodeCount=5 +validatorNodeCount=10 clientNodeCount=1 leaderBootDiskSize=1TB leaderMachineType=n1-standard-16