testnet-demo: use more low quota nodes

This commit is contained in:
Michael Vines 2019-04-29 10:36:00 -07:00
parent c4945cc04a
commit c3ec5ad846
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ testnet-perf)
testnet-demo)
CHANNEL_OR_TAG=beta
CHANNEL_BRANCH=$BETA_CHANNEL
: "${GCE_NODE_COUNT:=195}"
: "${GCE_LOW_QUOTA_NODE_COUNT:=12}"
: "${GCE_NODE_COUNT:=150}"
: "${GCE_LOW_QUOTA_NODE_COUNT:=70}"
: "${TESTNET_DB_HOST:=https://clocktower-f1d56615.influxcloud.net:8086}"
;;
*)