Increase testnet-demo node count a little

This commit is contained in:
Michael Vines 2019-04-29 09:09:53 -07:00
parent d862565b16
commit e2e55f81d0
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

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