From e4ca3900ae37dcafeb8949ab8b84d02a28f755b7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 2 Jun 2019 22:58:59 -0700 Subject: [PATCH] Reduce default validators from 5 to 2 --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 8d66b4af0d..9e9d44e18f 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -56,7 +56,7 @@ esac prefix=testnet-dev-${USER//[^A-Za-z0-9]/} -additionalFullNodeCount=5 +additionalFullNodeCount=2 clientNodeCount=1 replicatorNodeCount=0 blockstreamer=false