Remove second block streamer from testnet beta

This commit is contained in:
Pankaj Garg 2019-04-02 14:51:11 -07:00 committed by Grimes
parent d90b8c331d
commit 2e4acba579
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ start() {
NO_VALIDATOR_SANITY=1 \
RUST_LOG=solana=info \
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -u -P \
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -P \
${maybeReuseLedger:+-r} \
${maybeDelete:+-D}
)